import { ImageProps } from 'next/image'; /** * This component should be used for all images instead of next/image * * It will use the appropriate image loader to render an image either from Next.js * or from Homeflow image server/Cloudflare based on the src. * */ export default function Image(props: ImageProps): import("react/jsx-runtime").JSX.Element; export declare function isHomeflowAsset(src?: string): boolean; //# sourceMappingURL=image.d.ts.map