/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/client
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/client/form.d.ts (489B)
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;