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