import type { Device } from "@siteimprove/alfa-device"; import type { Document } from "@siteimprove/alfa-dom"; import { Text } from "@siteimprove/alfa-dom"; import { Sequence } from "@siteimprove/alfa-sequence"; /** * Return all text nodes that are neither: * * part of a disabled group or widget; * * part of the name of a disabled group or widget; * * @internal */ export declare function nonDisabledTexts(document: Document, device: Device): Sequence; //# sourceMappingURL=non-disabled-texts.d.ts.map