type StringMap = { [key: string]: string; }; export declare const themeExtend: { colors: { [key: string]: string; }; textColor: { [key: string]: string; }; fontSize: { [key: string]: [string, Partial]; }; fontWeight: { [key: string]: string; }; borderRadius: StringMap; boxShadow: StringMap; }; export {};