import type { DeepReadonly, Ref, UnwrapRef, WritableComputedRef } from 'vue'; declare type Recordable = Record; export declare function useRuleFormItem>(props: T, key?: K, changeEvent?: any, emitData?: Ref): [WritableComputedRef, (val: V) => void, DeepReadonly]; export {};