import type { ImageBackgroundProps } from './Image.types'; export declare function ImageBackground({ style, imageStyle, children, ...props }: ImageBackgroundProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ImageBackground.d.ts.map