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