import React from 'react'; const TrevasBox = ({ color = 'black', ...rest }: any) => ( ); export default TrevasBox;