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