import { AxiosInstance } from 'axios'; import { FetchedValue } from './StyledValue'; import { UseQueryResult } from '@tanstack/react-query'; export type {} from '@tanstack/react-query'; export declare const useValue: (apiClient?: AxiosInstance, value?: number | Date | string | FetchedValue) => UseQueryResult; //# sourceMappingURL=hooks.d.ts.map