export declare const svgsOutlined: { [x: string]: any; }; export declare const svgsRounded: { [x: string]: any; }; export declare const svgsSpecial: { [x: string]: any; }; export declare const svgsFilled: { [x: string]: any; }; export declare const Icons: { readonly [x: string]: any; }; export type IconNames = keyof typeof Icons; //# sourceMappingURL=index.d.ts.map