export declare function findParentElementLikeThis(e: any, prop: string, value: string, maxHops: number, search: 'begins' | 'ends' | 'contains' | 'exact', alertError?: boolean, consoleResult?: boolean): any;
/**
*
* @param e:  element
* @param prop:  'classList'
* @param value:  'ControlZone'
* @param maxHops
* @param search: 'contains'
* @returns
*/
export declare function findParentElementPropLikeThis(e: any, prop: string, value: string, maxHops: number, search: 'begins' | 'ends' | 'contains' | 'exact'): any;
//# sourceMappingURL=domSearch.d.ts.map