/// import { EditServiceRef } from "../service/editService"; declare const useInfoHolder: (state: any, dispatch: any) => { detailRef: import("react").MutableRefObject; handleEdit: (this: unknown, cacheItem: any, type?: string | undefined) => void; dispatchService: (type: string, payload: any) => void; handleAction: (this: unknown, dataSource: any) => void; showAddTimeModal: boolean; editNormalServiceRef: import("react").MutableRefObject; }; export default useInfoHolder;