import { PaginationProps } from 'antd/es/pagination';
import { FileRow, GetListFileRowsParams } from '../types';
declare const _default: {
    useDebug: (queryParams: GetListFileRowsParams, setQueryParams: (value: GetListFileRowsParams) => void) => {
        loading: boolean;
        debugRows: FileRow[];
        pagination: PaginationProps;
        totalRecord: number;
    };
};
export default _default;
