import React from "react"; import { ImageProps } from "./types"; declare const _default: React.MemoExoticComponent<({ src, sx, alt, asyncLoading, ...props }: ImageProps) => JSX.Element>; export default _default;