import React from 'react'; import { LazyloadImageProps } from './PropsType'; declare const LazyloadImage: React.FC; export default LazyloadImage;