/**
 * Gets actual target from open Shadow DOM if event happened within it
 */
export declare function tuiGetActualTarget(event: Event): Node;
