export declare function isActivationClick(event: Event): boolean;
export declare function dispatchActivationClick(element: HTMLElement): MouseEvent;
export declare function addActivationListener(root: HTMLElement, delegateElement: () => HTMLElement | null, options?: {
    check?: (event: MouseEvent) => void | boolean;
    focus?: boolean;
}): void;
