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