/** * This is a hook to use the TimeRangeProvider. * * @requires TimeRangeProvider * @example * import { useTimeRange } from "@trackunit/react-core-hooks"; * * export const useTimeRange = () => { * const { timeRange } = useTimeRange(); * * ... * }; * @see { TimeRangeContext} */ export declare const useTimeRange: () => import("@trackunit/iris-app-runtime-core-api").TimeRangeContext;