import React from "react"; import { StyleProp } from "react-native"; type Props = { style?: StyleProp; background?: string; options?: any; }; export declare const AlertContent: React.FC; export {}; //# sourceMappingURL=AlertContent.d.ts.map