interface SkillViewerPanelProps { mode?: 'overlay' | 'pane'; open?: boolean; skillName?: string | null; file?: string | null; onClose?: () => void; } export declare const SkillViewerPanel: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=SkillViewerPanel.d.ts.map