import {
  createOwnAvatar,
  OPTIONS,
  getDefaultAvatar,
  getEyesSvg,
  getListOfOptions,
  getMouthSvg,
  getBeardSvg,
  getHair,
  CroodlesTypes,
  getFaceSvg,
  getHairColor,
  getMustachesSvg,
  getTopSvg
} from './utils/utils';
export {
  getBeardSvg,
  getHair,
  createOwnAvatar,
  OPTIONS,
  getDefaultAvatar,
  getEyesSvg,
  getListOfOptions,
  getMouthSvg,
  getFaceSvg,
  getHairColor,
  getMustachesSvg,
  getTopSvg,
  CroodlesTypes,
};
export {default as Croodles} from './components/Croodles';
