import type { AnyFunc, NormalObject, SetDataEvent } from '@vunk/core/shared/types'; export declare function useDataComputed(opt: { default?: T; key?: string; }, props: NormalObject, emit: AnyFunc): readonly [import("vue").ComputedRef, (e: SetDataEvent) => void];