import React from "react";
import { ExcelFileProps } from "./Excel.types";
declare const ExcelFile: React.FC<ExcelFileProps>;
export { ExcelFile };
