import type { TTheme, TThemeIcons } from '../../types'; export declare type TThemeProvider = { theme?: TTheme; icons?: TThemeIcons; };