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