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