export default function ImageSlider({ imagesUrl, figcaption, isRounded, hasShadow, animation, bgBackdropClose }: {
    imagesUrl?: {
        url: string;
        alt: string;
        figcaption: string;
    }[] | undefined;
    figcaption: any;
    isRounded: any;
    hasShadow: any;
    animation?: string | undefined;
    bgBackdropClose: any;
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
//# sourceMappingURL=sliderGallery.d.ts.map