import type { ToolActivityAnnotation, ToolActivityHighlight, ToolPatchPreview, ToolWritePreview } from '../../stores/viewerTabsStore'; interface FileViewerPanelProps { mode?: 'overlay' | 'pane'; open?: boolean; file?: string | null; highlight?: ToolActivityHighlight; annotations?: ToolActivityAnnotation[]; patchPreview?: ToolPatchPreview; writePreview?: ToolWritePreview; activityView?: boolean; onClose?: () => void; } export declare const FileViewerPanel: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=FileViewerPanel.d.ts.map