import React from 'react'; import type { DSLeftNavigationT } from '../react-desc-prop-types.js'; interface SmoothExpandOptsT { expandedForAnimation: boolean; timeoutRef: React.MutableRefObject; setExpandedForAnimation: React.Dispatch>; } export declare const useLeftNavSmoothExpand: (props: DSLeftNavigationT.Props, smoothExpandOpts: SmoothExpandOptsT) => void; export default useLeftNavSmoothExpand;