import { Company } from '../types/index.js'; import { Locale } from '../i18n/index.js'; export interface CompanyOverviewProps { company: Company; showAddress?: boolean; showSni?: boolean; locale?: Locale; } export declare function CompanyOverview({ company, showAddress, showSni, locale }: CompanyOverviewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=company-overview.d.ts.map