import type { ARIAVersion, MLMLSpec } from '../../types/index.js'; export declare function getPermittedRoles(el: Element, version: ARIAVersion, specs: MLMLSpec): readonly { readonly name: string; readonly deprecated?: boolean; }[];