import Switch from './src/switch.vue'; export declare const LlSwitch: import("ll-plus/es/utils").SFCWithInstall; readonly checkedIcon: import("ll-plus/es/utils").EpPropFinalized; readonly unCheckedLabel: import("ll-plus/es/utils").EpPropFinalized; readonly unCheckedIcon: import("ll-plus/es/utils").EpPropFinalized; }>, { 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; }; attrs: import("vue").Attrs; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly checkedIcon: import("ll-plus/es/utils").EpPropFinalized; readonly unCheckedLabel: import("ll-plus/es/utils").EpPropFinalized; readonly unCheckedIcon: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{}>, { readonly checkedLabel: string; readonly checkedIcon: string; readonly unCheckedLabel: string; readonly unCheckedIcon: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlSwitch; export * from './src/switch'; declare module 'vue' { interface GlobalComponents { LlSwitch: typeof Switch; } }