import { CSVImporterProps } from "../../../types"; export default function Main(props: CSVImporterProps): import("react/jsx-runtime").JSX.Element;