import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AlertComponent implements OnChanges { appearance: 'brand' | 'neutral' | 'warning' | 'informative' | 'negative' | 'positive'; closeButton: boolean; buttonAction: boolean; secondButtonAction: boolean; buttonActionLabel: string; secondButtonActionLabel: string; personIcon: string; showIcon: boolean; buttonClick: EventEmitter; isVisible: boolean; showAlert: boolean; secondButtonClick: EventEmitter; closeButtonClick: EventEmitter; timeToClose: number; closeTime: boolean; isButtonActionIcon: boolean; ButtonActionIcon: string; ButtonActionIconStyle: any; ButtonActionLoading: boolean; colorIcon: string; ngOnChanges(changes: SimpleChanges): void; handleClick(): void; toggleVisibility(show?: boolean): void; secondHandleClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }