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