/// import "handsontable/dist/handsontable.full.min.css"; declare type GapReportProps = { reportType: number; }; export default function Pfm03GapReport({ reportType }: GapReportProps): JSX.Element; export {};