declare const findElement: (e: Element, className: string, end: string) => boolean; export { findElement };