import type { Props } from './ts/types'; /** * A canvas player for Lottie/dotLottie animations, supporting autoplay, loops, segments, hover-play and scroll-driven progress. * * [Read the docs.](https://reuters-graphics.github.io/graphics-components/?path=/docs/components-multimedia-lottie--docs) */ declare const Lottie: import("svelte").Component; type Lottie = ReturnType; export default Lottie;