import type { ComponentPublicInstance, VNodeChild } from 'vue';
export declare function getSlot(instance: ComponentPublicInstance, slotName?: string, fallback?: VNodeChild[]): VNodeChild[];