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