import { Slot } from 'vue'; /** https://github.com/vuejs/core/issues/4733#issuecomment-1024816095 */ export declare const isSlotEmpty: (slot: Slot | undefined, slotProps?: {}) => boolean;