type UploadLoaderIndicatorProps = Readonly<{ isPaused?: boolean; }>; export declare function UploadLoaderIndicator({ isPaused, }: UploadLoaderIndicatorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UploadLoaderIndicator.d.ts.map