import * as _radix_ui_react_context from '@radix-ui/react-context'; import React from 'react'; import { Slot } from '@radix-ui/react-slot'; type SlotProps = React.ComponentPropsWithoutRef; interface CollectionProps extends SlotProps { scope: any; } declare function createCollection(name: string): readonly [{ readonly Provider: React.FC<{ children?: React.ReactNode; scope: any; }>; readonly Slot: React.ForwardRefExoticComponent>; readonly ItemSlot: React.ForwardRefExoticComponent & React.RefAttributes>; }, (scope: any) => () => ({ ref: React.RefObject; } & ItemData)[], _radix_ui_react_context.CreateScope]; export { type CollectionProps, createCollection };