import type { MLMLSpec } from '../types/index.js';
export declare function mayBeFocusable(el: Element, specs: MLMLSpec): boolean;
