import { h } from 'preact'; type SearchSidebarProps = { documentId: string; onClose?: () => void; }; export declare function SearchSidebar({ documentId, onClose }: SearchSidebarProps): h.JSX.Element; export {}; //# sourceMappingURL=search-sidebar.d.ts.map