import { DDSElement } from "./dds-element.js"; type FormValueType = string | File | FormData | null; export declare class DDSFormElement extends DDSElement { static readonly formAssociated = true; /** * The form name, submitted as a name/value pair when submitting the form. */ name: string; /** * The form value, submitted as a name/value pair when submitting the form. */ value: string; /** * The form attribute specifies the form the form component belongs to. * The value of this attribute must be equal to the id attribute of a