import { IImgPopover } from '../../types';
export default function ImgPopover({ onImage }: IImgPopover): JSX.Element;
