declare const TSelectIcon: ({
    new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
        modelValue: {
            type: StringConstructor;
            default: string;
        };
        prefixIcon: {
            type: StringConstructor;
            default: string;
        };
        selectBind: ObjectConstructor;
        isShowSearch: {
            type: BooleanConstructor;
            default: boolean;
        };
        isShowIcon: {
            type: BooleanConstructor;
            default: boolean;
        };
    }>> & Readonly<{
        "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
        onSelect?: ((...args: any[]) => any) | undefined;
    }>, {
        props: any;
        emit: (event: "update:modelValue" | "select", ...args: any[]) => void;
        valueIcon: import("vue").WritableComputedRef<string, string>;
        $attrs: any;
        attrs: import("vue").ComputedRef<any>;
        dialogVisible: import("vue").Ref<boolean, boolean>;
        selectIcon: (item: any) => void;
        inputRef: import("vue").Ref<any, any>;
        clearIcon: () => void;
        inputValue: import("vue").Ref<string, string>;
        customIcons: {
            [key: string]: any;
        };
        iconsList: import("vue").ComputedRef<{
            [key: string]: any;
        }>;
        readonly Icons: typeof import("@element-plus/icons-vue/dist/types");
    }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "select")[], import("vue").PublicProps, {
        modelValue: string;
        prefixIcon: string;
        isShowSearch: boolean;
        isShowIcon: boolean;
    }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import("vue").ExtractPropTypes<{
        modelValue: {
            type: StringConstructor;
            default: string;
        };
        prefixIcon: {
            type: StringConstructor;
            default: string;
        };
        selectBind: ObjectConstructor;
        isShowSearch: {
            type: BooleanConstructor;
            default: boolean;
        };
        isShowIcon: {
            type: BooleanConstructor;
            default: boolean;
        };
    }>> & Readonly<{
        "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
        onSelect?: ((...args: any[]) => any) | undefined;
    }>, {
        props: any;
        emit: (event: "update:modelValue" | "select", ...args: any[]) => void;
        valueIcon: import("vue").WritableComputedRef<string, string>;
        $attrs: any;
        attrs: import("vue").ComputedRef<any>;
        dialogVisible: import("vue").Ref<boolean, boolean>;
        selectIcon: (item: any) => void;
        inputRef: import("vue").Ref<any, any>;
        clearIcon: () => void;
        inputValue: import("vue").Ref<string, string>;
        customIcons: {
            [key: string]: any;
        };
        iconsList: import("vue").ComputedRef<{
            [key: string]: any;
        }>;
        readonly Icons: typeof import("@element-plus/icons-vue/dist/types");
    }, {}, {}, {}, {
        modelValue: string;
        prefixIcon: string;
        isShowSearch: boolean;
        isShowIcon: boolean;
    }>;
    __isFragment?: undefined;
    __isTeleport?: undefined;
    __isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
    modelValue: {
        type: StringConstructor;
        default: string;
    };
    prefixIcon: {
        type: StringConstructor;
        default: string;
    };
    selectBind: ObjectConstructor;
    isShowSearch: {
        type: BooleanConstructor;
        default: boolean;
    };
    isShowIcon: {
        type: BooleanConstructor;
        default: boolean;
    };
}>> & Readonly<{
    "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
    onSelect?: ((...args: any[]) => any) | undefined;
}>, {
    props: any;
    emit: (event: "update:modelValue" | "select", ...args: any[]) => void;
    valueIcon: import("vue").WritableComputedRef<string, string>;
    $attrs: any;
    attrs: import("vue").ComputedRef<any>;
    dialogVisible: import("vue").Ref<boolean, boolean>;
    selectIcon: (item: any) => void;
    inputRef: import("vue").Ref<any, any>;
    clearIcon: () => void;
    inputValue: import("vue").Ref<string, string>;
    customIcons: {
        [key: string]: any;
    };
    iconsList: import("vue").ComputedRef<{
        [key: string]: any;
    }>;
    readonly Icons: typeof import("@element-plus/icons-vue/dist/types");
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", {
    modelValue: string;
    prefixIcon: string;
    isShowSearch: boolean;
    isShowIcon: boolean;
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
    label?: string | undefined;
}) & Record<string, any>;
export default TSelectIcon;
