import type { App } from 'vue'; import type { SDOptions } from '../_utils/types'; import _ThemeProvider from '../config-provider/theme-provider.vue'; declare const ThemeProvider: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { tag: string; themeMode: import("../index.ts").SdThemeMode; global: boolean; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ theme?: import("../index.ts").SdThemeConfig; themeMode?: import("../index.ts").SdThemeMode; global?: boolean; tag?: string; }> & Readonly<{}>, {}, {}, {}, {}, { tag: string; themeMode: import("../index.ts").SdThemeMode; global: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { tag: string; themeMode: import("../index.ts").SdThemeMode; global: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; } & { default?: (props: {}) => any; }; }) & { install: (app: App, options?: SDOptions) => void; }; export type ThemeProviderInstance = InstanceType; export default ThemeProvider;