import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A dramatic animation that makes elements burst into view with a bright, energetic effect. */ export declare function explode(_options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=explode.d.ts.map