import { MaybeElement } from '@floating-ui/vue'; /** * Unwraps the component instance (if needed) and returns the element. * * @param element * * @return {element} */ export declare function unwrapElement(element: MaybeElement): T | null | undefined;