| import React from 'react'; | |
| import type { Props } from '@theme/DocSidebar/Desktop'; | |
| declare function DocSidebarDesktop({ path, sidebar, onCollapse, isHidden }: Props): JSX.Element; | |
| declare const _default: React.MemoExoticComponent<typeof DocSidebarDesktop>; | |
| export default _default; |