import React from "react"; import { Slot } from "@radix-ui/react-slot"; import * as Radix from "@radix-ui/react-primitive"; type SlotProps = Radix.ComponentPropsWithoutRef; export interface CollectionProps extends SlotProps { scope: any; } export 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)[], import("@radix-ui/react-context").CreateScope]; //# sourceMappingURL=index.d.ts.map