/// import { type MetadataType } from "../../service"; interface MetadataBadgeProps { type: MetadataType; value: string; } export declare function MetadataBadge(props: MetadataBadgeProps): JSX.Element; export {};