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