import { AnimationTriggerMetadata } from '@angular/animations';
export declare const toastAnimations: {
    readonly fadeToast: AnimationTriggerMetadata;
};
export declare type ToastAnimationState = 'default' | 'closing';
