import { Directionality } from '@angular/cdk/bidi'; import { CdkScrollable, ScrollDispatcher } from '@angular/cdk/overlay'; import { ElementRef, NgZone } from '@angular/core'; import { Bem } from '../../internal/utils'; import * as i0 from "@angular/core"; export declare class DialogContentComponent extends CdkScrollable { bem: Bem; constructor(elementRef: ElementRef, scrollDispatcher: ScrollDispatcher, ngZone: NgZone, dir?: Directionality); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }