import { h } from 'preact'; export interface RedactionSidebarProps { documentId: string; } export declare function RedactionSidebar({ documentId }: RedactionSidebarProps): h.JSX.Element; //# sourceMappingURL=redaction-sidebar.d.ts.map