export declare function isNumber(value: string): boolean; export declare function updateProps(category: any, props: any): { style: any; rest: any; };