import { StyledComponent } from "../StyledComponent"; import { PropsOf } from "../../../Utils"; import { ImageBackground } from "react-native"; export declare const StyledImageBackground: StyledComponent>; export declare type StyledImageBackgroundProps = PropsOf; export default StyledImageBackground;