import { initHotspot } from './window'; declare const hotspot: { initHotspot: typeof initHotspot; }; export default hotspot;