declare type Options = { timeoutMs?: number; }; declare const useSyncWithInputHtml: (html?: string | null, { timeoutMs }?: Options) => void; export default useSyncWithInputHtml;