import type React from 'react'; import type { DSLeftNavigationT } from '../react-desc-prop-types.js'; export declare const useSelectFirstBodyItem: (items: DSLeftNavigationT.GenericItemItemProps[], openedItem: string | null, selectedItem: string | null, setSelectedItem: React.Dispatch>, disableDefaultSelection: boolean | undefined) => void;