import type { Device } from "@siteimprove/alfa-device"; import type { Element } from "@siteimprove/alfa-dom"; import type { Predicate } from "@siteimprove/alfa-predicate"; /** * Returns a predicate testing that the clickable region of an element contains a sufficiently large rectangle. */ export declare function hasSufficientSize(size: number, device: Device): Predicate; //# sourceMappingURL=has-sufficient-size.d.ts.map