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