import React from 'react'; import Colors from 'colorsys'; import { View, Text } from 'react-native'; const Colors: React.FC<{}> = () => { return ( color ); }; export { Colors };