import type { AnimationOptions } from '@angular/animations'; export declare const CUI_ANIMATIONS_DEFAULT_DURATION = 300; export declare function cuiToAnimationOptions(speed: number, easing?: string): AnimationOptions; export declare function cuiGetDuration(speed: number): number;