/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */
import {CdkTrapFocus} from './focus-trap';


export * from './activedescendant-key-manager';
export * from './aria-describer';
export * from './fake-mousedown';
export * from './focus-key-manager';
export * from './focus-trap';
export * from './interactivity-checker';
export * from './list-key-manager';
export * from './live-announcer';
export * from './focus-monitor';
export * from './a11y-module';

/** @deprecated Renamed to CdkTrapFocus. */
export {CdkTrapFocus as FocusTrapDirective};
