import { AnimationTriggerMetadata } from '@angular/animations';

/**
 * @deprecated `skyAnimationEmerge` is not included in the public API and is
 * planned for removal in SKY UX 15.
 */
declare const skyAnimationEmerge: AnimationTriggerMetadata;

/**
 * @deprecated `skyAnimationSlide` is not included in the public API and is
 * planned for removal in SKY UX 15.
 */
declare const skyAnimationSlide: AnimationTriggerMetadata;

export { skyAnimationEmerge, skyAnimationSlide };
