interface BDDTestViewerProps { content: string; className?: string; } /** * BDDTestViewer Component * * Main component for viewing BDD test documentation. * Features: * - Feature header with stats * - Collapsible test cases * - Table of contents navigation (sticky on scroll) * - Search/filter functionality * - Expand/collapse all */ export declare function BDDTestViewer({ content, className }: BDDTestViewerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=BDDTestViewer.d.ts.map