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