export declare const iconsData: Array<{
    name: string;
    categories: string[];
    tags: string[];
}>;
