import type { Slots } from '../_utils'; export declare const usePickSlots: (slots: Slots, slotName: string) => import("vue").Ref;