/// <reference types="react" />
declare const BellRinging: (props: any, ref: any) => JSX.Element;
export default BellRinging;
