import type { FC } from 'react'; import { PropsWithChildrenAndClassName } from '../../types'; export type ImageMapProps = PropsWithChildrenAndClassName; declare const ImageMap: FC; export { ImageMap };