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