import * as React from 'react'; export const Indicator = ({ color }: { color: string }) => { return ( ); }