import { ChangeDetectorRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ToastContainerComponent {
    private cdr;
    /**
     * Whether container is full width or non
     */
    isFullWidth: boolean;
    /**
     * Container id
     */
    containerId: string;
    constructor(cdr: ChangeDetectorRef);
    /**
     * @ignore
     */
    _markForCheck(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "nj-toast-container", never, { "isFullWidth": { "alias": "isFullWidth"; "required": false; }; "containerId": { "alias": "containerId"; "required": false; }; }, {}, never, never, true, never>;
}
