interface TestCasesViewerProps { /** Initial path from URL (e.g., 'auth/login.bdd.md') */ initialPath?: string | null; } /** * TestCasesViewer Component * * Main component for browsing and viewing test case documentation. * Features: * - File tree navigation on the left * - Markdown content viewer on the right * - URL synchronization (shareable links) * - Auto-expand folders to selected file * - Loading and error states * - 404 state for invalid paths */ export declare function TestCasesViewer({ initialPath }: TestCasesViewerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TestCasesViewer.d.ts.map