import type { GlueStackConfig } from './types'; export declare function getInstalledComponents(): any; export declare const createComponents: (components: T) => T; export declare const createConfig: >(config: T | GlueStackConfig) => T; export declare const resolveThemes: (config: any) => any; export declare const resolveComponentTheme: (config: any, componentTheme: any) => any; export declare const resolveComponentThemes: (config: any, components: any) => any; export declare const resolveTheme: (componentTheme: {}, _config: any, extendedConfig?: any) => { styledIds: any[]; verbosedStyleIds: { component: import("./types").StyleIds; descendant: import("./types").StyleIds; }; theme: any; }; //# sourceMappingURL=createConfig.d.ts.map