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