export {
  Capsule,
  Circle,
  Ellipse,
  Rectangle,
  RoundedRectangle,
  UnevenRoundedRectangle,
} from './Shape';
