blob: 1cdfa7f522107b301d31e499d5b3815358f4bacb [file] [log] [blame]
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;