/// import "../../assets/css/FthemeBuilder-styles.min.css"; import "react-color-gradient-picker/dist/index.css"; interface ThemeBuilderProps { config: any; onChange: any; } export declare const defaultThemeConfig: { head: { metaDescription: string; metaImage: string; metaUrl: string; title: string; favicon: string; }; body: { useBackgroundImage: boolean; backgroundImage: string; backgroundColor: string; removeOverlay: string; headingColor: string; }; header: { backgroundColor: string; }; sider: { brandLogo: string; backgroundColor: string; textColor: string; }; card: { borderRadius: number; primary: { backgroundColor: string; textColor: string; activeBackgroundColor: string; activeTextColor: string; }; secondary: { backgroundColor: string; textColor: string; activeBackgroundColor: string; activeTextColor: string; }; }; button: { borderRadius: number; primary: { backgroundColor: string; textColor: string; borderColor: string; activeBackgroundColor: string; activeTextColor: string; activeBorderColor: string; }; secondary: { backgroundColor: string; textColor: string; borderColor: string; activeBackgroundColor: string; activeTextColor: string; activeBorderColor: string; }; }; alert: { error: { backgroundColor: string; textColor: string; }; success: { backgroundColor: string; textColor: string; }; warning: { backgroundColor: string; textColor: string; }; }; dialog: { backgroundColor: string; textColor: string; }; table: { backgroundColor: string; textColor: string; borderColor: string; borderRadius: number; }; }; export declare const ThemeBuilder: ({ config, onChange }: ThemeBuilderProps) => JSX.Element; export {}; //# sourceMappingURL=ThemeBuilder.d.ts.map