import { ThemeConfig } from "../types";
export declare const defaultTheme: ThemeConfig;
export declare const lightTheme: Partial<ThemeConfig>;
export declare const darkTheme: Partial<ThemeConfig>;
