import * as React from "react"; import { StyleProp } from "react-native"; type Props = { background?: string; style?: StyleProp; children?: React.ReactNode; }; export declare const ContentBackground: React.FC; export {}; //# sourceMappingURL=ContentBackground.d.ts.map