import React from "react"; import type { ImageHotspotProps } from "../types"; declare const ImageHotspot: React.FC; export default ImageHotspot;