/// declare type Props = { image: string | null | undefined; }; declare const ImageComp: ({ image }: Props) => JSX.Element; export default ImageComp;