import IconBasePro from './src/icon-base-pro.vue'; export declare const LlIconBasePro: import("ll-plus/es/utils").SFCWithInstall>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly class: import("ll-plus/es/utils").EpPropFinalized; readonly size: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, "small", boolean>; readonly tooltipClass: import("ll-plus/es/utils").EpPropFinalized; readonly showTip: import("ll-plus/es/utils").EpPropFinalized; readonly tipText: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly label: import("ll-plus/es/utils").EpPropFinalized; readonly disabled: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly iconName: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly iconSize: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly isWhiteBg: import("ll-plus/es/utils").EpPropFinalized; readonly arrow: import("ll-plus/es/utils").EpPropFinalized; readonly bgColor: import("ll-plus/es/utils").EpPropFinalized; readonly hoverBgColor: import("ll-plus/es/utils").EpPropFinalized; readonly hoverScale: 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; }; props: import("@vue/shared").LooseRequired>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly class: import("ll-plus/es/utils").EpPropFinalized; readonly size: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, "small", boolean>; readonly tooltipClass: import("ll-plus/es/utils").EpPropFinalized; readonly showTip: import("ll-plus/es/utils").EpPropFinalized; readonly tipText: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly label: import("ll-plus/es/utils").EpPropFinalized; readonly disabled: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly iconName: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly iconSize: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly isWhiteBg: import("ll-plus/es/utils").EpPropFinalized; readonly arrow: import("ll-plus/es/utils").EpPropFinalized; readonly bgColor: import("ll-plus/es/utils").EpPropFinalized; readonly hoverBgColor: import("ll-plus/es/utils").EpPropFinalized; readonly hoverScale: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{ onClick?: (...args: any[]) => any; }> & {}>; emits: (event: "click", ...args: any[]) => void; btnRef: import("vue").Ref; isHover: import("vue").Ref; btnClass: import("vue").ComputedRef; btnStyle: import("vue").ComputedRef<{ width?: string; height?: string; 'background-color': string; }>; iconStyle: import("vue").ComputedRef<{ transform: string; }>; onClick: () => void; handleHover: (bool: boolean) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly class: import("ll-plus/es/utils").EpPropFinalized; readonly size: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, "small", boolean>; readonly tooltipClass: import("ll-plus/es/utils").EpPropFinalized; readonly showTip: import("ll-plus/es/utils").EpPropFinalized; readonly tipText: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly label: import("ll-plus/es/utils").EpPropFinalized; readonly disabled: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly iconName: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly iconSize: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly isWhiteBg: import("ll-plus/es/utils").EpPropFinalized; readonly arrow: import("ll-plus/es/utils").EpPropFinalized; readonly bgColor: import("ll-plus/es/utils").EpPropFinalized; readonly hoverBgColor: import("ll-plus/es/utils").EpPropFinalized; readonly hoverScale: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{ onClick?: (...args: any[]) => any; }>, { readonly class: string; readonly label: string; readonly size: import("ll-plus/es/utils").EpPropMergeType, unknown, unknown>; readonly arrow: import("ll-plus/es/utils").EpPropMergeType; readonly bgColor: string; readonly isWhiteBg: import("ll-plus/es/utils").EpPropMergeType; readonly hoverBgColor: string; readonly showTip: import("ll-plus/es/utils").EpPropMergeType; readonly tooltipClass: string; readonly hoverScale: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlIconBasePro; export * from './src/icon-base-pro'; declare module 'vue' { interface GlobalComponents { LlIconBasePro: typeof IconBasePro; } }