export declare namespace ClickEvent {
    function findParentSelector(name: string, from: HTMLElement): HTMLElement;
}
