declare type Scheme = 'light' | 'dark'; export declare function colorFactory(theme: Partial>, scheme: Scheme, config?: Record): any; export {};