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