/** * FlowsViewer Component * * Displays the flow registry with test coverage information. * Features: * - Card layout for each flow * - Critical path indicator * - Filter by category * - Filter by coverage status * - Search by name/description * - Copy grep command for each flow */ export declare function FlowsViewer(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FlowsViewer.d.ts.map