import { h } from 'preact'; type OutlineSidebarProps = { documentId: string; }; export declare function OutlineSidebar({ documentId }: OutlineSidebarProps): h.JSX.Element; export {}; //# sourceMappingURL=outline-sidebar.d.ts.map