import { PaginationProps } from 'antd';
import { GetListProcessingFileParams, ProcessingFile } from '../types';
declare const _default: {
    useFileHistory: (queryParams: GetListProcessingFileParams, setQueryParams: (value: GetListProcessingFileParams) => void, shouldFetch?: boolean) => {
        files: ProcessingFile[];
        loading: boolean;
        pagination: PaginationProps;
        reload: () => void;
    };
};
export default _default;
