import React from 'react';
import { UndrawSVGProps } from '../types';
declare const InvestorUpdate: React.FC<UndrawSVGProps>;
export default InvestorUpdate;
