import { Injector, OnInit } from '@angular/core';
import { ComponentType } from '@angular/cdk/portal';
import { MatDialogRef } from '@angular/material/dialog';
import { INgxHelperContainerConfig } from '../container.interface';
import * as i0 from "@angular/core";
export declare class ContainerDialogComponent implements OnInit {
    private readonly matDialogRef;
    private className;
    container: {
        component: ComponentType<any>;
        readonly title: string;
        readonly config: INgxHelperContainerConfig;
    };
    injector: Injector;
    constructor(matDialogRef: MatDialogRef<ContainerDialogComponent>);
    ngOnInit(): void;
    close(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ContainerDialogComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ContainerDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
}
