import { ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DynamicDialogContent {
    viewContainerRef: ViewContainerRef;
    constructor(viewContainerRef: ViewContainerRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<DynamicDialogContent, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicDialogContent, "[pDynamicDialogContent]", never, {}, {}, never, never, true, never>;
}
