import type { RendererElement, RendererNode, VNode } from 'vue'; type Slot = VNode; export declare const getVisibleElements: (slots: Slot[]) => Slot[]; export {}; //# sourceMappingURL=TSelectDropdown.utils.d.ts.map