declare var t: { translate(x?: string, params?: Record): string; setLanguage(x: string, callback: () => void): void; lang: string; }; declare var __webpack_public_path__: string; declare module '*.scss'; declare module '*.svg' { const content: React.SVGAttributes; export default content; } interface Window { isProductionWebsite?: boolean; _trackJs: { token: string; application: string; }; } interface Navigator { msSaveBlob: (blob: Blob, name: string) => void; onLine: boolean; } interface Document { documentMode?: number; }