import type { Slot } from 'vue'; export declare const resolveSlot: (slot: Slot | undefined) => import("vue").VNode[] | undefined;