export function getEvents(ele?: {}, on?: boolean): {} | {}; export function getEvent(child: any, event: any): any; export function getDataEvents(child: any): {}; export function getListeners(context: any): any; export function getClass(ele: any): {}; export function getStyle(ele: any, camel: any): any; export function getComponentName(opts: any): any; export function isFragment(c: any): boolean; export function isEmptyContent(c: any): boolean; export function isEmptyElement(c: any): boolean; export function isEmptySlot(c: any): any; export function isStringElement(c: any): boolean; export function filterEmpty(children?: any[]): any[]; export function filterEmptyWithUndefined(children: any): any; export function mergeProps(...args: any[]): {}; export function getTextFromElement(ele: any): any; export default hasProp; export function splitAttrs(attrs: any): { onEvents: {}; events: {}; extraAttrs: {}; }; export function hasProp(instance: any, prop: any): boolean; export function getOptionProps(instance: any): {}; export function getComponent(instance: any, prop?: string, options?: any, execute?: boolean): any; export function getComponentFromProp(instance: any, prop: any, options?: any, execute?: boolean): any; export function getSlotOptions(): never; export function slotHasProp(slot: any, prop: any): boolean; export function getPropsData(ins: any): {}; export function getKey(ele: any): any; export function getAttrs(ele: any): any; export function getValueByProp(ele: any, prop: any): any; export function parseStyleText(cssText: string, camel: any): {}; import initDefaultProps from "./initDefaultProps"; export function isValidElement(element: any): boolean; import { camelize } from "../util"; export function getSlots(ele: any): any; export function getSlot(self: any, name?: string, options?: {}): any[]; export function getAllProps(ele: any): {}; export function getAllChildren(ele: any): any; export function findDOMNode(instance: any): any; export function flattenChildren(children?: any[], filterEmpty?: boolean): any[]; export function getPropsSlot(slots: any, props: any, prop?: string): any; export { initDefaultProps, camelize };