export declare const findChild: (parent: Element, fn: (node: Element) => boolean) => Element | undefined;