import type { PropType } from 'vue'; import type { SizeType } from 'ant-design-vue/es/config-provider'; import type { TooltipPlacement } from 'ant-design-vue/es/tooltip'; import type { IconItem, TriggerType } from './types'; declare const _default: { trigger: { type: PropType; default: () => string[]; }; placement: { type: PropType; default: string; }; value: StringConstructor; placeholder: StringConstructor; size: PropType; disabled: BooleanConstructor; allowClear: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: BooleanConstructor; default: boolean; }; searchPlaceholder: { type: StringConstructor; default: string; }; data: { type: PropType; required: boolean; }; emptyDescription: StringConstructor; }; export default _default;