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