/** * Returns current active element, including shadow dom * * @return element or null */ export declare function tuiGetFocused({ activeElement }: Document): Element | null;