import { FC } from "react"; import { InlineFormProps } from "./InlineForm.types"; declare const InlineForm: FC; export default InlineForm;