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