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