import type { StoreProps } from "../store"; export type ThemeConfigProps = Pick; export declare function ThemeConfig({ mode }: ThemeConfigProps): import("react/jsx-runtime").JSX.Element; export declare namespace ThemeConfig { var displayName: string; }