import { ReactIconComponentType } from '../types';

declare const InvestIcon: ReactIconComponentType;
export default InvestIcon;
            