import type { Device } from "@siteimprove/alfa-device"; import type { Predicate } from "@siteimprove/alfa-predicate"; import type { Text } from "@siteimprove/alfa-dom"; /** * {@link https://w3c.github.io/wcag/guidelines/#dfn-large-scale} * * @remarks * Due to potential rounding issues in the px -> pt conversion, * we accept anything which is within 0.001pt of the threshold. */ export declare function isLargeText(device: Device): Predicate; //# sourceMappingURL=is-large-text.d.ts.map