///
interface UseFetchFileDataProps {
initialData: any;
initialLoading: boolean;
openTableView: boolean;
setTotalRecords: React.Dispatch>;
rowCount: number;
}
declare const useFetchFileData: ({ initialData, initialLoading, openTableView, setTotalRecords, rowCount }: UseFetchFileDataProps) => {
data: any;
loading: boolean;
setData: import("react").Dispatch;
};
export default useFetchFileData;
//# sourceMappingURL=useFetchData.d.ts.map