import ConfigProvider from './src/config-provider.vue'; export declare const LlConfigProvider: import("ll-plus/es/utils").SFCWithInstall; readonly componentSize: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly theme: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => { type: import("./src/config-provider").THEME_ENUM; extraToken: {}; inherit: boolean; algorithm: typeof import("ant-design-vue/es/theme/themes/default").default; }, boolean>; readonly locale: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>, { attrs: import("vue").Attrs; props: import("@vue/shared").LooseRequired; readonly componentSize: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly theme: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => { type: import("./src/config-provider").THEME_ENUM; extraToken: {}; inherit: boolean; algorithm: typeof import("ant-design-vue/es/theme/themes/default").default; }, boolean>; readonly locale: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{}> & {}>; provideGlobalConfig: (config: import("vue").MaybeRef>, app?: import("vue").App) => void; setTheme: (name: import("./src/config-provider").THEME_ENUM) => { token: { fontFamily: any; colorPrimaryBg: any; colorPrimaryBgHover: any; colorPrimaryBorder: any; colorPrimaryBorderHover: any; colorPrimaryHover: any; colorPrimary: any; colorPrimaryActive: any; colorPrimaryTextHover: any; colorPrimaryText: any; colorPrimaryTextActive: any; colorSuccess: any; colorWarning: any; colorError: any; colorInfo: any; colorTextBase: any; colorText: any; colorTextSecondary: any; colorTextTertiary: any; colorTextQuaternary: any; colorBorder: any; colorBorderSecondary: any; colorSplit: any; colorFill: any; colorFillSecondary: any; colorFillTertiary: any; colorFillQuaternary: any; colorBgBase: any; colorBgContainer: any; colorBgElevated: any; colorBgLayout: any; colorBgSpotlight: any; colorBgMask: any; controlItemBgHover: any; controlHeightSM: number; controlHeight: number; controlHeightLG: number; borderRadiusSM: number; borderRadius: number; borderRadiusLG: number; }; algorithm: import("ant-design-vue").DerivativeFunc[]; }; defaultAlgorithm: typeof import("ant-design-vue/es/theme/themes/default").default; antLocale: import("vue").ComputedRef; theme: import("vue").ComputedRef<{ token: any; inherit: boolean; algorithm: any; components: any; } | { token?: undefined; inherit?: undefined; algorithm?: undefined; components?: undefined; }>; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly componentSize: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly theme: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => { type: import("./src/config-provider").THEME_ENUM; extraToken: {}; inherit: boolean; algorithm: typeof import("ant-design-vue/es/theme/themes/default").default; }, boolean>; readonly locale: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{}>, { readonly autoInsertSpaceInButton: import("ll-plus/es/utils").EpPropMergeType; readonly theme: import("./src/config-provider").ITheme; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlConfigProvider; export * from './src/config-provider'; export * from './src/hooks'; declare module 'vue' { interface GlobalComponents { LlConfigProvider: typeof ConfigProvider; } }