declare module "*.jpg"; declare module "*.png"; declare module "*.svg" { const content: any; export default content; } declare interface Window { PasswordCredential: PasswordCredential; __SALEOR_CONFIG__: { API_URL: string; APP_MOUNT_URI: string; }; }