/** * Glitch animation for web-scrolling-text. * This animation creates a digital glitch effect for a cyber-punk style entrance and exit. * usage: * ```jsx * import glitch from "web-scrolling-text/animation/glitch"; * * {["Hello", "World"]} * * ``` * @module web-scrolling-text/animation/glitch * @see {@link https://unpkg.com/web-scrolling-text/dist/animation/glitch.min.js} * * usage in html/vanilla js: * ```html * * * ``` */ declare const _default: { enterAnimation: string; exitAnimation: string; }; export default _default;