import { Props } from "./typings"; declare const ExcelToJson: ({ onRead, value, children, inputProps, onChange }: Props) => import("react/jsx-runtime").JSX.Element; export default ExcelToJson;