/** Attach ElementInternals when the host declared `static formAssociated = true`. */ export declare function attachFormInternals(host: HTMLElement): ElementInternals | null; export declare function setHostFormValue(internals: ElementInternals | null, value: string | File | FormData | null): void; //# sourceMappingURL=form-associated.d.ts.map