import { ComponentType } from 'react'; import { ReactionType } from '../../../helpers/context'; interface IconsInterface { Icon: ComponentType; name: Exclude; } export declare const Icons: IconsInterface[]; export {}; //# sourceMappingURL=index.d.ts.map