import { IconProps } from '../lib';
declare function HandWaving(props: IconProps): JSX.Element;
export default HandWaving;
