import { AxiosInstance } from 'axios';
type Props = {
    style?: Record<string, unknown>;
    axiosInstance: AxiosInstance;
};
export declare function ProgressBar({ style, axiosInstance }: Props): import("react/jsx-runtime").JSX.Element | null;
export {};
