import { ToasterService } from './services/toaster.service';
import * as i0 from "@angular/core";
export declare class TlToasterContainer {
    position: string;
    width: string;
    toasterService: ToasterService;
    constructor();
    getWidth(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TlToasterContainer, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TlToasterContainer, "tl-toaster-container", never, { "position": "position"; "width": "width"; }, {}, never, never, false, never>;
}
//# sourceMappingURL=toaster-container.d.ts.map