import React from 'react'; import LottieView from 'lottie-react-native'; import type { LottieProps } from './types'; export type LottieMobileRef = React.ForwardedRef; export declare const Lottie: React.MemoExoticComponent< ({ ref: forwardedRef, colorFilters: colorFiltersProp, ...props }: LottieProps & { ref?: React.Ref; }) => import('react/jsx-runtime').JSX.Element >; //# sourceMappingURL=Lottie.d.ts.map