import type { ARIAVersion, MLMLSpec } from '../types/index.js';
export declare function matchesContextRole(conditions: readonly string[], ownedEl: Element, specs: MLMLSpec, version: ARIAVersion): boolean;
