export declare function tuiFontSizeWatcher(callback: (fontSize: number) => void, win?: Window): () => void;
