import { ThemeConfig } from "../../types"; export declare const getDefaultThemeConfig: (mode: "light" | "dark") => ThemeConfig;