import { EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import type { CalendarLocale } from '@bimetal/angular'; import * as i0 from "@angular/core"; export declare class UndoToastComponent implements OnChanges, OnDestroy { lastAction: { entityId: string; description: string; } | null; locale: CalendarLocale | undefined; undoAction: EventEmitter; dismiss: EventEmitter; private timer; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; handleUndo(): void; private clearTimer; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=UndoToast.d.ts.map