import { Component } from './component'; import { Props } from 'misstime'; import { ChangeCallback } from '../utils/types'; export declare type WatchOptions = { inited?: boolean; presented?: boolean; }; export declare function watch

>(key: K, callback: ChangeCallback, K>, options?: WatchOptions, instance?: Component

| null): void;