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