import { Diagnostic, Rule } from "@siteimprove/alfa-act"; import type { Role } from "@siteimprove/alfa-aria"; import { Element } from "@siteimprove/alfa-dom"; import { Err, Ok } from "@siteimprove/alfa-result"; import type { Page } from "@siteimprove/alfa-web"; import { WithRole } from "../common/diagnostic.ts"; declare const _default: Rule.Atomic, {}, Element>; export default _default; /** * @public */ export declare namespace Outcomes { const FormFieldWithAriaRoleHasName: (role: Role.Name) => Ok; const FormFieldWithAriaRoleHasNoName: (role: Role.Name) => Err; const InputElementWithNoAriaRoleHasName: (typeAttribValue: Element.InputType) => Ok; const InputElementWithNoAriaRoleHasNoName: (typeAttribValue: Element.InputType) => Err; } //# sourceMappingURL=rule.d.ts.map