declare const parseStyleText: (cssText?: string, camel?: boolean) => any;
export declare function isEmptyElement(c: any): boolean;
export declare function filterEmpty(children?: any[]): any[];
export { parseStyleText };
