/** * Reset the Document Selection when moving focus into an element * with own selection implementation. */ export declare function updateSelectionOnFocus(element: Element): void;