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