import { FunctionComponent } from 'react';
import { LazyLoadPropsType } from './interface';
declare const LazyLoadImg: FunctionComponent<LazyLoadPropsType>;
export default LazyLoadImg;
