import { FC } from 'react';
import { IIconProps } from './IconProps';
export declare const InvestIcon: FC<IIconProps>;
