export declare function eachElements(elementOrElements: S | S[] | NodeListOf, callback: (element: S, index: number, elements: S[]) => T): T[];