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