declare const en: { readonly placeholder: "Ask a question about the company..."; readonly previewPlaceholder: "Preview only - no request is sent"; readonly send: "Send"; readonly thinking: "Thinking..."; readonly lookingUp: "Looking up company data..."; readonly fetchingFinancials: "Fetching financial data..."; readonly analyzing: "Analyzing..."; readonly sourcesLabel: "Sources"; readonly emptyTitle: "What would you like to know about the company?"; readonly errorGeneric: "Something went wrong. Please try again."; readonly errorRateLimit: "You have reached the daily limit for chat messages."; readonly upgradeCta: "Upgrade to use the chat"; readonly clearChat: "Clear conversation"; readonly copy: "Copy"; }; export default en; //# sourceMappingURL=en.d.ts.map