import { SiteConfig } from '../../core/site-config'; export declare const RECOMMEND_TYPE_MAP: Record; export declare function getRecommendLabel(type: string | undefined | null, siteConfig?: SiteConfig, locale?: string, fallback?: string | null): string | null;