import { FormComponentProps } from '@inertiajs/core';
import { DefineComponent } from 'vue';
type InertiaForm = DefineComponent<FormComponentProps>;
declare const Form: InertiaForm;
export default Form;
