import { type JSXElementConstructor, type ReactElement, type ReactNode } from 'react'; /** @internal */ export declare const isSlot: (child: ReactNode, slotType: JSXElementConstructor) => child is ReactElement;