import { VNode, Slot } from 'vue';
export declare const getChildrenVNodesFromSlot: (slot: Slot) => VNode[];
