type CodePanelProps = { isActive: boolean; selectedFile?: string | null; onSelectedFileChange?: (path: string | null) => void; }; export declare function CodePanel({ isActive, selectedFile: controlledSelectedFile, onSelectedFileChange, }: CodePanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=code-panel.d.ts.map