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