import { FC } from "react";
import { ZEReportProps } from "./ZEReport.types";
declare const ZEReport: FC<ZEReportProps>;
export default ZEReport;
