import { Slots } from 'vue'; export declare function getSlot(slots: Slots, slot?: string, data?: any): import("vue").VNode[] | null; export declare function extendSlots(slots: Slots, excludeKeys?: string[]): any;