import React from "react"; import { GestureResponderEvent, StyleProp } from "react-native"; type Props = { style?: StyleProp; onPress?: (event?: GestureResponderEvent) => void; type?: string; price?: string; label?: string; translates?: { [key: string]: string; }; }; export declare const ProfileOptionButton: React.FC; export {}; //# sourceMappingURL=ProfileOptionButton.d.ts.map