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