import type { Ref } from "vue"; export declare function useExpandAdaptiveHeight(elementRef: Ref, expandedRef: Ref, defaultExpandRowCount: Ref): { expandHeight: import("vue").ComputedRef; rowMaxHeightList: Ref; };