/// import { type LazyLoadImageProps } from 'react-lazy-load-image-component'; declare const LazyImage: (props: LazyLoadImageProps) => import("react").JSX.Element | null; export default LazyImage;