import type { FormControl } from "./models/formControl"; import type { TextElement } from "./models/formControlElement"; export declare function handleChromeAutofill(textElement: TextElement, control: FormControl, callback: Function): void;