import { Component } from "react"; import { SimpleExportProps } from "./SimpleExportProps"; import { SimpleExportState } from "./SimpleExportState"; export declare class SimpleExport extends Component { private refExcelFile; constructor(props: SimpleExportProps); download(): Promise; render(): JSX.Element; }