import { HTMLProps } from 'react'; import { ViewProps } from './View/types'; export declare type ImageProps = ViewProps & HTMLProps; export declare const Image: import("gloss").GlossView & Omit & Omit> & import("gloss/_/types").GlossBaseProps & { [key: string]: any; } & HTMLProps, import("gloss").GlossProps & Omit & Omit> & import("gloss/_/types").GlossBaseProps & { [key: string]: any; } & HTMLProps>>; //# sourceMappingURL=Image.d.ts.map