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