import type { LottieProps } from './types'; /** * @description Part of the @remotion/lottie package. * @see [Documentation](https://www.remotion.dev/docs/lottie/lottie) */ export declare const Lottie: ({ animationData, className, direction, loop, playbackRate, style, onAnimationLoaded, renderer, preserveAspectRatio, assetsPath, }: LottieProps) => import("react/jsx-runtime").JSX.Element;