import { EventEmitter, OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export type ToastAppearanceType = 'brand' | 'neutral' | 'negative' | 'warning' | 'positive' | 'informative'; export type ToastEmphasisType = 'high' | 'low'; export declare class ToastComponent implements OnChanges { appearance: ToastAppearanceType; emphasis: ToastEmphasisType; buttonAction1: boolean; buttonAction2: boolean; buttonAction1Label: string; buttonAction2Label: string; alertText: string; active: boolean; timeoutClose: number; closeToast: EventEmitter; clickAction1: EventEmitter; clickAction2: EventEmitter; icon: string; iconColor: string; ngOnChanges(): void; setIcon(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }