import { IconComponent } from './types'; export type Icons = { [key: string]: IconComponent; }; export declare const icons: Icons; //# sourceMappingURL=index.d.ts.map