import { HotspotProps } from './interfaces';
export { HotspotProps };
export default function Hotspot({ children, hotspotId, side, direction, ...restProps }: HotspotProps): JSX.Element;
