import type { VNode, Slots } from 'vue'; export declare function getValidChildren(slots: Slots | null): VNode[];