import { TestItemCollection } from './types'; export type ComponentViewerProps = { testItems: TestItemCollection; className?: string; namespace?: string; }; export default function ComponentViewer({ testItems, className, namespace }: ComponentViewerProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ComponentViewer.d.ts.map