import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A telescopic animation that zooms elements from a distant perspective. */ export declare function telescope(_options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=telescope.d.ts.map