import { MotionProps } from 'framer-motion'; export type LazyImageProps = React.HTMLAttributes & MotionProps & { src: string; initialHeight?: string; }; export declare function LazyImage(props: LazyImageProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LazyImage.d.ts.map