import type { ComponentPublicInstance } from 'vue-demi';
import type { MaybeElement } from '../types';
export declare function unwrapElement<T>(target: MaybeElement<T>): Exclude<T, ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue-demi").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null | undefined;
