import React from "react";
import type { LottieViewRef } from "./types";
declare const LottieView: React.ForwardRefExoticComponent<Pick<import("lottie-react-native").LottieViewProps, "source" | "style" | "loop" | "autoPlay"> & {
    onAnimationFinish?: () => void;
} & React.RefAttributes<LottieViewRef>>;
export { LottieView };
//# sourceMappingURL=Lottie.native.d.ts.map