export declare function getIconsData(path: any): {
    [index: string]: string;
};
