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