import { PropsWithChildrenAndClassName } from '../../types'; /** * Slot is a wrapper for arbitrary JSX.Element nodes */ declare function Slot({ children }: PropsWithChildrenAndClassName): import("react").ReactNode; export { Slot };