import { Slots } from 'vue'; export declare function getSlotVNode(slots: Slots, props: Record, prop?: string): T | false; export declare function getSlot(slots: Slots, props: Record, prop?: string): T | false;