import { IHtmlImageProps } from "../types"; export declare function Image(props: IHtmlImageProps): import("react/jsx-runtime").JSX.Element; export declare namespace Image { var displayName: string; }