declare const TaIconPicker: import("tav-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
    value: import("vue-types").VueTypeValidableDef<string> & {
        default: string;
    };
    width: import("vue-types").VueTypeValidableDef<string> & {
        default: string;
    } & {
        default: string;
    };
    pageSize: import("vue-types").VueTypeValidableDef<number> & {
        default: number;
    } & {
        default: number;
    };
    copy: import("vue-types").VueTypeValidableDef<boolean> & {
        default: boolean;
    } & {
        default: boolean;
    };
    mode: import("vue-types").VueTypeDef<"svg" | "iconify"> & {
        default: "svg" | "iconify";
    };
}, {
    isSvgMode: boolean;
    tavI18n: (key: string, vars?: any) => any;
    icons: string[];
    currentSelect: import("vue").Ref<string, string>;
    visible: import("vue").Ref<boolean, boolean>;
    currentList: import("vue").Ref<string[], string[]>;
    prefixCls: string;
    debounceHandleSearchChange: (e: import("./src/types").ChangeEvent) => void;
    getPaginationList: import("vue").ComputedRef<string[]>;
    handleClick: (icon: string) => void;
    getTotal: import("vue").ComputedRef<number>;
    handlePageChange: (page: number) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value")[], "change" | "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
    value?: unknown;
    width?: unknown;
    pageSize?: unknown;
    copy?: unknown;
    mode?: unknown;
} & {
    value: string;
    width: string;
    copy: boolean;
    mode: "svg" | "iconify";
    pageSize: number;
} & {}> & {
    onChange?: ((...args: any[]) => any) | undefined;
    "onUpdate:value"?: ((...args: any[]) => any) | undefined;
}, {
    value: string;
    width: string;
    copy: boolean;
    mode: "svg" | "iconify";
    pageSize: number;
}>>;
export { TaIconPicker };
export default TaIconPicker;
export * from './src/types';
