import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; /** * Focus Trap keeps focus within a certain DOM element while tabbing. * @group Components */ export declare class FocusTrap { /** * When set as true, focus wouldn't be managed. * @group Props */ pFocusTrapDisabled: boolean; host: ElementRef; onkeydown(e: KeyboardEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; static ngAcceptInputType_pFocusTrapDisabled: unknown; } export declare class FocusTrapModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }