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