import React from 'react'; declare const Ring: (props: { color: string; width: number | string; }) => React.JSX.Element; export default Ring;