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