import type { Ref } from 'vue';
import { GutterObject } from '../type';
export declare function useRowSize(): Ref<keyof GutterObject>;
