/** * Returns the first child whose evaluation by predicate returns true * @param children * @param predicate * @returns The first HTMLElement for which the predicate function returns true */ export default function findChild(children: HTMLCollection, predicate: Function): Element; //# sourceMappingURL=findChild.d.ts.map