import { type ImageSourcePropType } from 'react-native'; import React from 'react'; declare const _default: React.MemoExoticComponent<({ count, start, stop, speed, itemSize, svgs, images, type, fromCenter, testID, }: { count?: number; start?: number; stop?: number; speed?: number; itemSize?: number; svgs?: any[]; images?: ImageSourcePropType[]; type?: "tumble" | "fall"; fromCenter?: boolean; testID?: string; }) => import("react/jsx-runtime").JSX.Element | null>; export default _default; //# sourceMappingURL=index.d.ts.map