import { ElementRef, EventEmitter } from '@angular/core'; import { SbProgressComponent } from "../../indicator"; import { SbThemeService, Triggerable } from "../../core"; import * as i0 from "@angular/core"; declare const SbToastCore: import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & { new (_elementRef: ElementRef, _themeService: SbThemeService): { _elementRef: ElementRef; _themeService: SbThemeService; }; }; export declare class SbToastComponent extends SbToastCore implements Triggerable { close: EventEmitter; color: string; allowWithinClose: boolean; timed: number; progressBar: SbProgressComponent; constructor(elementRef: ElementRef, themeService: SbThemeService); protected onShowEnd(): void; protected onHideEnd(): void; handleClose(): void; trigger(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};