import { ReactNode } from 'react'; import { ImageBackgroundProps as RNImageBackgroundProps } from 'react-native'; import { ImageStyle, ResponsivePrefixStyleProps, ResponsiveStyleProps, ViewStyle } from '../../styled'; export declare type ImageBackgroundProps = Omit & ResponsiveStyleProps & ResponsivePrefixStyleProps & { children?: ReactNode; }; export declare const ImageBackground: import("react").ForwardRefExoticComponent & ResponsiveStyleProps & ResponsivePrefixStyleProps & { children?: ReactNode; } & import("react").RefAttributes>; //# sourceMappingURL=ImageBackground.d.ts.map