import * as React from 'react'; /** * Progressive, lazy images modeled after Medium's LQIP technique. */ export declare const LazyImage: React.FC<{ src?: string; alt?: string; className?: string; style?: React.CSSProperties; height?: number; zoomable?: boolean; priority?: boolean; }>; //# sourceMappingURL=lazy-image.d.ts.map