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

declare const ChangeCircle: ReactIconComponentType;
export default ChangeCircle;
            