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