export interface AriaAttributes { role?: string; label?: string; describedBy?: string; labelledBy?: string; live?: 'off' | 'polite' | 'assertive'; } export declare function applyAriaAttributes(element: HTMLElement, attributes: AriaAttributes): void; export declare function trapFocus(container: HTMLElement): () => void; //# sourceMappingURL=accessibility.d.ts.map