/// import type { TTheme, TThemeIcons } from '../../types'; export declare type TThemeContext = { theme: TTheme; icons: TThemeIcons; }; export declare const ThemeContext: import("react").Context;