export declare const capitalize: (string: string) => string; export declare const classNames: (styles: any, object?: any) => any;