import type { Predicate } from "@siteimprove/alfa-predicate"; import type { Element } from "@siteimprove/alfa-dom"; /** * {@link https://github.com/Siteimprove/sanshikan/blob/main/terms/user-agent-controlled.md} * * @privateRemarks * This predicate is work-in-progress and does not currently fully capture the defintion of user-agent controlled elements. * It will for instance falsly identify input elements modified by the author as user-agent controlled. */ export declare function isUserAgentControlled(): Predicate; //# sourceMappingURL=is-user-agent-controlled.d.ts.map