import { SpaceProps } from "styled-system"; export interface CoinProps extends SpaceProps { symbol: string; size?: string; }