import React from 'react'; export declare const DeprecatedBadge: React.FC; export declare const InternalBadge: React.FC<{ isHttpService?: boolean; }>; export declare const VersionBadge: React.FC<{ value: string; backgroundColor?: string; }>;