import React from 'react'; import type { StyleProp, ViewStyle } from 'react-native'; declare type Props = { color?: string; style?: StyleProp; }; declare const ClearIcon: React.FC; export default ClearIcon;