export const recalculateLazyLoads: any; export default LazyLoad; declare class LazyLoad extends React.Component { constructor(...args: any[]); setRef: (ref: any) => void; ref: any; } declare namespace LazyLoad { namespace defaultProps { const offset: number; const type: string; const consistentPlaceholder: boolean; } } import React from "react";