export declare const en: { status: { active: string; inactive: string; deregistered: string; }; company: { reg: string; sni: string; isin: string; sector: string; }; metrics: { revenue: string; operatingProfit: string; netIncome: string; totalAssets: string; totalLiabilities: string; equity: string; employees: string; fixedAssets: string; currentAssets: string; operatingMargin: string; roe: string; debtRatio: string; assets: string; liabilities: string; }; financial: { title: string; summaryTitle: string; trendTitle: string; empty: string; emptyGeneric: string; emptyChart: string; yearsAvailable: string; yearsTruncated: string; showAll: string; annual: string; quarterly: string; quarterlyShort: string; upgradeForQuarterly: string; }; balance: { title: string; empty: string; debtRatio: string; assetsHeader: string; equityLiabsHeader: string; fixed: string; current: string; debts: string; legendFixed: string; legendCurrent: string; legendDebt: string; }; waterfall: { title: string; empty: string; revenue: string; opCosts: string; opResult: string; financialNet: string; taxEtc: string; netIncome: string; amount: string; legendRevenue: string; legendCost: string; legendResult: string; legendSubResult: string; }; radar: { title: string; empty: string; footer: string; relativePosition: string; }; peers: { title: string; companyHeader: string; listedHeader: string; targetBadge: string; truncated: string; count: string; }; changeFeed: { title: string; empty: string; truncated: string; statusAdded: string; statusModified: string; statusRemoved: string; registered: string; updated: string; changedSummary: string; moreFieldsSuffix: string; tables: { companies_bv: string; companies_scb: string; listed_companies: string; listed_companies_nasdaq: string; listed_companies_firds: string; annual_financials: string; quarterly_financials: string; news: string; }; fields: { company_name: string; legal_form: string; status: string; street: string; postal_code: string; city: string; address: string; sni_code_1: string; sni_codes: string; revenue: string; operating_profit: string; net_income: string; equity: string; employees: string; }; }; price: { title: string; empty: string; priceLabel: string; up: string; down: string; tooltipOpen: string; tooltipHigh: string; tooltipLow: string; tooltipClose: string; tooltipVolume: string; tooltipOpenShort: string; tooltipHighShort: string; tooltipLowShort: string; tooltipCloseShort: string; tooltipRevenue: string; tooltipNetIncome: string; range1d: string; range1w: string; range3m: string; range1y: string; range5y: string; rangeMax: string; lineChart: string; candleChart: string; }; priceHero: { open: string; high: string; low: string; previousClose: string; volume: string; turnover: string; }; orderBook: { title: string; header: string; volume: string; spread: string; bids: string; asks: string; }; recentTrades: { title: string; empty: string; time: string; price: string; volume: string; buyer: string; seller: string; }; keyStats: { title: string; marketCap: string; peRatio: string; pbRatio: string; eps: string; dividend: string; dividendYield: string; dividendPerShare: string; beta: string; week52High: string; week52Low: string; avgVolume30d: string; range52w: string; sharesOutstanding: string; sector: string; industry: string; }; events: { title: string; upcoming: string; past: string; empty: string; types: { report: string; earnings: string; dividend: string; agm: string; split: string; other: string; }; }; units: { billion: string; million: string; thousand: string; }; locale: { numberFormat: string; }; inactive: { label: string; subtitle: string; reactivate: string; }; }; export type Translations = typeof en; //# sourceMappingURL=en.d.ts.map