import { ComponentPublicInstance } from 'vue';
export declare const getElement: (element: string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null, root?: HTMLElement | Document | null) => HTMLElement | undefined;
