import { ImgHTMLAttributes } from "react"; declare const Image: ({ src, alt, width, height, containerStyle, style, ...rest }: ImgHTMLAttributes & { containerStyle?: Record; }) => import("react").JSX.Element; export default Image;