import React from "react";
interface LottieIconProps {
    animationData: any;
    size?: string;
}
declare const LottieIcon: React.FC<LottieIconProps>;
export default LottieIcon;
