export declare const getListOfIconTitles: () => string[]; export declare const getIcon: (title: string) => { icon: { paths: string[]; attrs: {}[]; isMulticolor: boolean; isMulticolor2: boolean; colorPermutations: { "1218412812552552551": {}[]; }; tags: string[]; grid: number; width?: undefined; }; attrs: {}[]; properties: { order: number; id: number; name: string; prevSize: number; code: number; }; setIdx: number; setId: number; iconIdx: number; } | { icon: { paths: string[]; attrs: {}[]; width: number; grid: number; tags: string[]; isMulticolor: boolean; isMulticolor2: boolean; colorPermutations: { "1218412812552552551": {}[]; }; }; attrs: {}[]; properties: { order: number; id: number; name: string; prevSize: number; code: number; }; setIdx: number; setId: number; iconIdx: number; } | { icon: { paths: string[]; attrs: {}[]; isMulticolor: boolean; isMulticolor2: boolean; grid: number; tags: string[]; colorPermutations?: undefined; width?: undefined; }; attrs: {}[]; properties: { order: number; id: number; name: string; prevSize: number; code: number; }; setIdx: number; setId: number; iconIdx: number; } | { icon: { paths: string[]; attrs: {}[]; isMulticolor: boolean; isMulticolor2: boolean; grid: number; tags: string[]; width: number; colorPermutations?: undefined; }; attrs: {}[]; properties: { order: number; id: number; name: string; prevSize: number; code: number; }; setIdx: number; setId: number; iconIdx: number; } | undefined;