import { type ComponentOptions, type Slots } from 'vue';
type slotListType = ComponentOptions[];
export declare const getSlotList: (slots: Slots, tagName: string) => slotListType;
export {};
