import type { StringOrElements } from './element.types'; export declare const getElements: (selectorOrElementArray: StringOrElements) => Promise;