/** * FeaturesViewer Component * * Displays the feature registry with test coverage information. * Features: * - Grid of feature cards * - Filter by category * - Filter by coverage status * - Search by name/description * - Copy grep command for each feature */ export declare function FeaturesViewer(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FeaturesViewer.d.ts.map