import { FormProps } from '../../types'; export declare const Form: ({ slots, name, loading, children, className, fieldsConfig, onSubmit, formSlot, ...props }: FormProps) => import("preact/compat").JSX.Element; //# sourceMappingURL=Form.d.ts.map