import { Slots, Slot } from 'vue';
export default function pickSubCompSlots(slots: Slots, subCompName: string): Record<string, Slot<any>>;
