/* eslint-disable @typescript-eslint/no-explicit-any */ declare module "*.svg" { const content: any; export const ReactComponent: any; export default content; } declare module "react-map-interaction" { export const MapInteractionCSS: any; }