import { Renderer2 } from '@angular/core'; import { AnimationService } from '../../core/ui/animation.service'; export declare function animateHideSubscriptMessage(animation: AnimationService, renderer: Renderer2, el: HTMLElement): Promise; export declare function animateShowSubscriptMessage(animation: AnimationService, renderer: Renderer2, el: HTMLElement): Promise; export declare function animateSubscriptHostHeight(animation: AnimationService, renderer: Renderer2, el: HTMLElement, targetHeight: number): Promise; export declare function animateTopSubscriptMessage(animation: AnimationService, renderer: Renderer2, el: HTMLElement, start: number, end: number): Promise;