import * as Icons from "@element-plus/icons-vue"; export interface TSelectIconProps { modelValue: any; prefixIcon?: string; selectBind?: Record; isShowSearch?: boolean; isShowIcon?: boolean; } declare const _sfc_main: import("vue").DefineComponent {}; }; isShowSearch: { type: BooleanConstructor; required: false; default: boolean; }; isShowIcon: { type: BooleanConstructor; required: false; default: boolean; }; }>, { props: any; emit: (event: "update:modelValue" | "select", ...args: any[]) => void; valueIcon: import("vue").WritableComputedRef; $attrs: any; attrs: import("vue").ComputedRef; dialogVisible: import("vue").Ref; selectIcon: (item: any) => void; inputRef: import("vue").Ref; clearIcon: () => void; inputValue: import("vue").Ref; customIcons: { [key: string]: any; }; iconsList: import("vue").ComputedRef<{ [key: string]: any; }>; readonly Icons: typeof Icons; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", import("vue").PublicProps, Readonly {}; }; isShowSearch: { type: BooleanConstructor; required: false; default: boolean; }; isShowIcon: { type: BooleanConstructor; required: false; default: boolean; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onSelect?: ((...args: any[]) => any) | undefined; }>, { modelValue: any; prefixIcon: string; selectBind: Record; isShowSearch: boolean; isShowIcon: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _sfc_main;