import '@arclux/arc-ui/form'; import type { ArcForm } from '@arclux/arc-ui/form'; import * as i0 from "@angular/core"; export declare class Form { private readonly _el; /** The element, for the methods it is driven by: submit() and reset(). */ get element(): ArcForm; set action(value: string); get action(): string; set method(value: string); get method(): string; set novalidate(value: boolean); get novalidate(): boolean; set loading(value: boolean); get loading(): boolean; set disabled(value: boolean); get disabled(): boolean; set errorSummary(value: boolean); get errorSummary(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration