import React from "react"; import { FallingBunniesProps } from "./types"; declare const FallingBunnies: React.FC; export default FallingBunnies;