/**
 * Finds and blurs current active element, including shadow DOM
 */
export declare function tuiBlurNativeFocused(doc: Document): void;
