import * as React from 'react'; import { Image as RNImage, ImageSourcePropType } from 'react-native'; import type { ImageProps } from './types'; type ClassImageState = { _source: ImageSourcePropType; }; export declare class ClassImage extends React.PureComponent { ref: React.RefObject | null>; constructor(props: ImageProps); render(): React.ReactNode; } export {}; //# sourceMappingURL=Image.class.d.ts.map