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