import { ElEmptyProps } from '../../ele-app/el'; import { PropType } from 'vue'; declare const _default: import('vue').DefineComponent<{ /** 选中的图标 */ icon: StringConstructor; /** 图标数据 */ data: { type: PropType; required: true; }; /** 空组件属性 */ emptyProps: PropType; /** 是否显示提示 */ tooltip: BooleanConstructor; /** 提示属性 */ tooltipProps: PropType>; /** 气泡是否展开 */ popperVisible: BooleanConstructor; /** 网格样式 */ gridStyle: PropType>; /** 图标样式 */ itemStyle: PropType>; }, { tooltipVisible: import('vue').Ref; tooltipContent: import('vue').Ref; virtualRef: import('vue').Ref; updateTooltipVisible: (visible: boolean) => void; hideTooltip: () => void; onItemHover: (icon: string, e: MouseEvent) => void; onItemClick: (icon: string) => void; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { select: (_icon: string) => true; }, string, import('vue').PublicProps, Readonly; required: true; }; /** 空组件属性 */ emptyProps: PropType; /** 是否显示提示 */ tooltip: BooleanConstructor; /** 提示属性 */ tooltipProps: PropType>; /** 气泡是否展开 */ popperVisible: BooleanConstructor; /** 网格样式 */ gridStyle: PropType>; /** 图标样式 */ itemStyle: PropType>; }>> & { onSelect?: ((_icon: string) => any) | undefined; }, { tooltip: boolean; popperVisible: boolean; }, {}>; export default _default;