import Fuse from "fuse.js";
export declare const iconsSearch: Fuse<{
    key: string;
    synonyms: any;
}>;
