/**
 * Function checks if provided target element is a child of wrapper element
 *
 * @param el
 * @param wrapper
 */
export declare const isInWhiteList: (el: EventTarget, wrapper?: HTMLElement) => boolean;
