import { GlobalTheme } from '../config-provider'; declare type ComponentKey = keyof GlobalTheme; declare type ComponentThemes = Array>; export declare function createTheme(componentThemes: ComponentThemes): GlobalTheme; export {};