import React from 'react'; import { GenericComponentType } from '../../types'; export declare const ImageTemp: React.ForwardRefExoticComponent & React.RefAttributes>; export type IImageComponentType = GenericComponentType; export declare const Image: IImageComponentType, { size: { '2xs': unknown; xs: unknown; sm: unknown; md: unknown; lg: unknown; xl: unknown; '2xl': unknown; full: unknown; }; }, import("react-native").ImageProps, "Image">>>;