import type { HTMLElementProps } from '../types';
declare const Form: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Form = ReturnType<typeof Form>;
export default Form;
