import { WorkspaceRuntime } from './workspace-runtime.js'; interface WorkspaceDocumentsPanelProps { className?: string; runtime: WorkspaceRuntime; } export declare function WorkspaceDocumentsPanel({ className, runtime }: WorkspaceDocumentsPanelProps): import("react").JSX.Element; export {};