import type { LottieViewProps } from "./types";
export declare const LottieView: import("react").ForwardRefExoticComponent<LottieViewProps & import("react").RefAttributes<{
    play: (s?: number, e?: number) => void;
    reset: () => void;
    pause: () => void;
    resume: () => void;
}>>;
//# sourceMappingURL=LottieView.react.d.ts.map