import { h } from 'preact'; export interface CommentSidebarProps { documentId: string; } export declare const CommentSidebar: ({ documentId }: CommentSidebarProps) => h.JSX.Element; //# sourceMappingURL=comment-sidebar.d.ts.map