import React from "react"; import { type ShiftNavigatorManagerResult } from "../hook/useShiftNavigator"; export declare const useShiftNavigator: () => ShiftNavigatorManagerResult; export declare const ShiftNavigatorProvider: ({ children }: any) => React.JSX.Element;