export declare type Defer = { promise: Promise; resolve: Function; reject: Function; }; declare type CSSProperties = Record; export declare type InputStyles

= P & { databarColor?: string; }; export declare type Styles

= P; export declare type CloneFn = (obj: T, skipChildren?: boolean) => T; export {};