import type { AnyFunc, NormalObject } from '@vunk/core/shared/types'; import type { WritableComputedRef } from 'vue'; export declare function useModelComputed(opt: { default: T; key: string; }, props: NormalObject, emit: AnyFunc): WritableComputedRef;