import { type TenantTheme } from "@sentropic/design-system-themes"; export type ThemeProviderProps = { theme?: TenantTheme; namespace?: string; }; export declare const ThemeProvider: import("vue").DefineComponent TenantTheme; default: () => TenantTheme; }; namespace: { type: StringConstructor; default: string; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly TenantTheme; default: () => TenantTheme; }; namespace: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { theme: TenantTheme; namespace: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=ThemeProvider.d.ts.map