import type { TIcon } from '../../types'; declare const _default_1: import("vue").DefineComponent, { iconClass: string; icon: string; iconOff: string; }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly, { iconClass: string; icon: string; iconOff: string; }>>> & Readonly<{}>, { icon: TIcon; iconClass: string; iconOff: TIcon; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default_1; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {};