import { A11yRole } from "./a11y.role.enum"; import { A11yProperty } from "./a11y.property.enum"; import { A11yState } from "./a11y.state.enum"; export declare const ACCESSIBILITY: { readonly ROLE: typeof A11yRole; readonly PROPERTIES: typeof A11yProperty; readonly STATES: typeof A11yState; };