import React from "react"; import { GestureResponderEvent, ImageSourcePropType, StyleProp } from "react-native"; type Props = { style?: StyleProp; imageStyle?: StyleProp; background?: ImageSourcePropType; type?: string; icon: ImageSourcePropType; buttonStyle?: StyleProp; textStyle?: StyleProp; iconStyle?: StyleProp; onPress: (event?: GestureResponderEvent) => void; onLongPress?: (event?: GestureResponderEvent) => void; }; export declare const GoldButton: React.FC; export {}; //# sourceMappingURL=GoldButton.d.ts.map