import type { Slots, VNode } from 'vue';
export declare function getPropsSlot(slots: Slots, props: unknown, prop?: string): VNode | string | undefined;
