export interface CubeAnimationHandle { scrollTo: (page: number, animated?: boolean) => void; }