import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const WavingHandRounded: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default WavingHandRounded;
