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