import type { StringOrElement } from './../utils/element.types'; export declare const getElement: (selectorOrElement: StringOrElement) => Promise;