import React from 'react'; import type { LottiePlayer } from '@coinbase/cds-common/types/LottiePlayer'; import type { LottieSource } from '@coinbase/cds-common/types/LottieSource'; import type { LottieProps } from './types'; export declare const Lottie: React.MemoExoticComponent< React.ForwardRefExoticComponent< Omit>, 'ref'> & React.RefAttributes>> > >; //# sourceMappingURL=Lottie.d.ts.map