import { ReactIconComponentType } from '../types';

declare const Circle: ReactIconComponentType;
export default Circle;
            