blob: fb6b911280d7d4059c319d84fc055be281c62c13 [file] [log] [blame]
/**
* @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 { Provider } from '@angular/core';
export declare class OverlayModule {
}
/**
* @deprecated Use `OverlayModule` instead.
* @breaking-change 8.0.0
* @docs-private
*/
export declare const OVERLAY_PROVIDERS: Provider[];