import React from "react"; interface Props { imageData?: string[]; textData?: string[]; imageWidth?: number; color?: string; } declare const GImagePop: React.FC; export default GImagePop;