/** * @param {import('../types/index').ImageProps} props * @returns {JSX.Element} */ export default function CustomImage({ images, imagesWebP, loadingImage, defaultImage, alt, objectFit, width, height, priority, debugMode, rwd, breakpoint, intersectionObserverOptions, className, fetchPriority, loading, ...imageProps }: import("../types/index").ImageProps): JSX.Element; //# sourceMappingURL=index.d.ts.map