import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A playful animation that renders an intentional glitch on the way in and out. */ export declare function glitch(options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=glitch.d.ts.map