import React from "react"; interface BottomInfoBarProps { loading: boolean; totalCount: number; currentCount: number; } export declare const BottomInfoBar: (props: BottomInfoBarProps) => React.JSX.Element; export {};