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