/** * BlocksViewer Component * * Displays the block registry with test coverage information. * Features: * - Grid of block cards * - Filter by category * - Filter by scope (pages/posts) * - Filter by coverage status * - Search by name/description * - Link to detail page */ export declare function BlocksViewer(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BlocksViewer.d.ts.map