export declare function useModelWrapper<T>(props: any, emit: Function, name?: string, translater?: Function): import("vue").WritableComputedRef<T>;
