export type CatalogInfoBlockProps = {
metadata?: {
scorecardLevel?: string;
scoreCardSlug?: string;
scorecardLevelIdx?: number;
scorecardLevels?: Record<string, any>;
[key: string]: unknown;
};
};
export declare function CatalogInfoBlock(props: CatalogInfoBlockProps): JSX.Element;