import { type FormProps } from './form-shared'; export type { FormProps }; declare const Form: import("react").ForwardRefExoticComponent void | Promise) | undefined>; prefetch?: false | null; replace?: boolean; scroll?: boolean; } & Omit, "action" | "method" | "target" | "encType">, "ref"> & import("react").RefAttributes>; export default Form;