import type { LottieSource } from '@coinbase/cds-common'; import type { AnyObject } from '@coinbase/cds-utils'; import type { LottieAnimationRef, LottieProps } from './types'; export declare const useLottieLoader: >({ source, loop, autoplay, resizeMode, filterSize, }: LottieProps) => { containerRef: import('react').RefObject; animationRef: LottieAnimationRef; loadAnimation: (forcedConfigs?: AnyObject) => void; }; //# sourceMappingURL=useLottieLoader.d.ts.map