import React from 'react'; import { RhythmsCircleProps } from './interface'; declare const RhythmsCircle: React.FC; export default RhythmsCircle;