import { PriceData } from '../types/index.js'; import { Locale } from '../i18n/index.js'; export interface PriceHeroProps { companyName: string; symbol?: string; market?: string; price: PriceData; locale?: Locale; } export declare function PriceHero({ companyName, symbol, market, price, locale }: PriceHeroProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=price-hero.d.ts.map