/** Traps Tab key focus within the host element, cycling between first and last focusable children. */ export declare class FocusTrapController { #private; readonly host: HTMLElement; constructor(host: HTMLElement); enable(): void; disable(): void; destroy(): void; } //# sourceMappingURL=focus-trap-controller.d.ts.map