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

declare const DottedCircle: ReactIconComponentType;
export default DottedCircle;
            