import { Props } from "../utils";
import React from "react";
declare const CoffeeDoodle: React.FC<Props>;
export default CoffeeDoodle;
