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