import { ElementRef } from '@angular/core'; import { ScrollBehavior } from '../util/scroll-behavior'; import * as i0 from "@angular/core"; export declare class DialogBodyDirective extends ScrollBehavior { dialog: any; constructor(_elementRef: ElementRef); _processBehavior: () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }