import { FC } from 'react';
import { MRT_TableInstance } from '..';
interface Props {
    isTopToolbar: boolean;
    table: MRT_TableInstance;
}
export declare const MRT_LinearProgressBar: FC<Props>;
export {};
