export interface TranslationStrings { and: string; Back: string; "Click to Expand": string; "Click to Hide": string; "Click to Highlight": string; "Click to Show": string; "Click to Show All": string; Download: string; "Loading Visualization": string; more: string; "No Data Available": string; "Powered by D3plus": string; Share: string; "Shift+Click to Hide": string; "Shift+Click to Highlight": string; Total: string; Values: string; } declare const translateLocale: Record; export default translateLocale;