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