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