import * as React from "react"; import { GestureResponderEvent, StyleProp } from "react-native"; type Props = { style?: StyleProp; buttonStyle?: StyleProp; textStyle?: StyleProp; onPress: (event?: GestureResponderEvent) => void; onLongPress?: (event?: GestureResponderEvent) => void; }; export declare const GiftBuyButton: React.FC; export {}; //# sourceMappingURL=GiftBuyButton.d.ts.map