export default function SingleImage({ imageUrl, animation, alt, isRounded, hasShadow, isCircled, figcaption, bgBackdropClose }: {
    imageUrl?: string | undefined;
    animation?: string | undefined;
    alt: any;
    isRounded: any;
    hasShadow: any;
    isCircled: any;
    figcaption: any;
    bgBackdropClose: any;
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
//# sourceMappingURL=singleImage.d.ts.map