import { AnimationTriggerMetadata } from '@angular/animations'; /** * a move and resize transition in the horizontal direction */ export interface ThumbAnimationProps { transform: number; width: number; } export declare const thumbMotion: AnimationTriggerMetadata;