//#region src/Slots/utils/isSlot.d.ts /** * Checks whether a React element is a `Slot` component returned from `useSlots`. * * @param target - Value to inspect. * @returns `true` when the value is a Slot element. */ declare function isSlot(target: any): boolean; //#endregion export { isSlot }; //# sourceMappingURL=isSlot.d.cts.map