import type { Ref } from 'vue';
export declare function useItemLabelWidth(schemaItemRef: Ref<any>, propsRef: Ref<any>): import("vue").ComputedRef<{
    labelCol: any;
    wrapperCol: any;
}>;
