import React from 'react'; import { ImageSourcePropType, ImageStyle, StyleProp, ViewStyle } from 'react-native'; interface CloseButtonProps { style?: StyleProp; imageStyle?: StyleProp; image?: ImageSourcePropType; onPress?(): void; } declare const _default: React.FC; export default _default;