import { Jurisdiction } from '../../lib/entity-id.js'; import { Locale } from '../../i18n/widgets/index.js'; export interface HealthScoreProps { publishableKey: string; companyId: string; locale?: Locale; /** Required jurisdiction - see CompanyCard for the full contract. */ jurisdiction: Jurisdiction; } export declare function HealthScore({ publishableKey, companyId, locale, jurisdiction }: HealthScoreProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=HealthScore.d.ts.map