import { SVGProps } from 'react'; import { iconsArray } from './helpers'; export declare type IconComponentProps = SVGProps; export declare type IconComponent = React.FC; export declare type IconTag = typeof iconsArray[number]; export { WTWIconProps } from './components/WTWIcon';