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