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

declare const AccountCircle: ReactIconComponentType;
export default AccountCircle;
            