import { ThemeConfig } from "../types"; export declare const useThemeConfig: (themeName: string) => ThemeConfig;