import type { FormProps } from '../../index.js';
declare const Form: import("svelte").Component<FormProps, {
    updateWith: (newData: any) => void;
}, "">;
type Form = ReturnType<typeof Form>;
export default Form;
