declare module 'mapir-react-component' { import type { ComponentType } from 'react' interface MapirStatic { setToken(opts: Record): ComponentType> Marker: ComponentType> Popup: ComponentType> } const Mapir: ComponentType> & MapirStatic export default Mapir }