/// import { XViewProps } from './XView'; export interface XImageProps extends XViewProps { } export declare const XImage: (props: XImageProps) => JSX.Element;