type Theme = { [key: string]: string | number | Theme; }; export declare const createFlattenTheme: (theme: Theme) => Record; export {};