import React from 'react'; import * as lottie from 'lottie-web'; import { LottieProps } from './type'; export declare type LottieType = lottie.AnimationItem & { totalFrames: number; }; export type { LottieProps } from './type'; export declare const Lottie: React.FC;