import React from 'react';
import { WebLottieProps } from "../../types";
export declare const Lottie: React.ForwardRefExoticComponent<Omit<Partial<WebLottieProps>, "ref"> & React.RefAttributes<unknown>>;
