import { Slot, VNode } from 'vue';
export declare const getSlotElements: (slot: Slot | undefined, filterBy: string) => VNode[];
