import { StyledComponent } from "../StyledComponent"; import { PropsOf } from "../../../Utils"; import { Image } from "react-native"; export declare const StyledImage: StyledComponent>; export declare type StyledImageProps = PropsOf; export default StyledImage;