import { IImage } from "../types"; export declare const ImagePDF: (props: IImage) => import("react/jsx-runtime").JSX.Element;