/**
* Scalar Form component
*
* A form for creating and editing data.
*
* Automatically calls preventDefault on the form submit event.
*
* @example
*
*
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots any;
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
onSubmit?: ((event: SubmitEvent) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
default?: (props: {}) => any;
}>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarForm.vue.d.ts.map