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