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