/**
* Bounce animation for web-scrolling-text.
* This animation makes the text bounce in and out of view.
* usage:
* ```jsx
* import bounce from "web-scrolling-text/animation/bounce";
*
* {["Hello", "World"]}
*
* ```
* @module web-scrolling-text/animation/bounce
* @see {@link https://unpkg.com/web-scrolling-text/dist/animation/bounce.min.js}
*
* usage in html/vanilla js:
* ```html
*
*
* ```
*/
declare const _default: {
enterAnimation: string;
exitAnimation: string;
};
export default _default;