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