export declare function ModalImage({ image }: {
    image?: string;
}): import("react/jsx-runtime").JSX.Element;
