/**
 * Returns an element that supports interactivity, if can be found.
 * Searches to a maximum of 5 levels deep.
 */
export declare function getInteractiveChild(element: HTMLElement | null): ChildNode | undefined;
