import { Company, PeerGroup } from '../types/index.js'; import { Locale } from '../i18n/index.js'; export interface PeerComparisonProps { target: Company; peers: PeerGroup; metrics?: string[]; sortBy?: string; locale?: Locale; } export declare function PeerComparison({ target, peers, metrics, sortBy: initialSort, locale, }: PeerComparisonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=peer-comparison.d.ts.map