import type { Device } from "@siteimprove/alfa-device"; import type { Document } from "@siteimprove/alfa-dom"; import { Element } from "@siteimprove/alfa-dom"; import type { Longhands } from "@siteimprove/alfa-style"; /** * @internal */ export declare function textWithInlinedImportantProperty(document: Document, device: Device, property: Longhands.Name): Iterable; //# sourceMappingURL=text-with-inlined-important-property.d.ts.map