import type { PropType } from 'vue'; import type { DeepPartial } from '../../types'; import { baseTheme } from '../../theme'; export interface TThemeProviderProps { theme?: DeepPartial; } export declare const TThemeProvider: import("vue").DefineComponent; default: () => void; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => void; }; }>> & Readonly<{}>, { theme: DeepPartial<{ colors: { primary: { main: string; ultraDark: string; dark: string; toku: string; light1: string; light2: string; light3: string; light4: string; light5: string; }; gray: { main: string; dark2: string; dark3: string; medium1: string; medium2: string; light1: string; light2: string; light3: string; light4: string; }; error: string; success: string; warning: string; inProcess: string; inProcessDark: string; info: string; background: string; }; typography: { color: string; fontFamily: string; buttonTextColor: string; fontWeight: { bold: number; semibold: number; medium: number; regular: number; }; }; button: { borderRadius: string; }; input: { borderRadius: string; }; spacing: string; breakpoints: { mobile: number; desktop: number; }; iconSet: string; parseMarkdown: boolean; }> | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=TThemeProvider.d.ts.map