import * as React from "react"; import * as react_jsx_runtime104 from "react/jsx-runtime"; //#region src/components/forms/ActionForm.d.ts interface ActionFormProps extends Omit, 'action'> { action: (formData: FormData) => void | Promise; children: React.ReactNode; } declare function ActionForm({ action, children, className, ...rest }: ActionFormProps): react_jsx_runtime104.JSX.Element; //#endregion export { ActionForm }; //# sourceMappingURL=ActionForm.d.ts.map