export default function findList(selector: string, nodeList: NodeListOf<Element>): NodeListOf<Element>;
