import React from 'react'; export interface ParentProps { children?: React.ReactNode; } export declare const createCollection: (name: string) => readonly [{ readonly Provider: { (props: { children?: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; readonly Parent: { (props: ParentProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; readonly Item: { (props: ItemData & { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; }, () => () => ({ ref: React.RefObject; } & ItemData)[]]; //# sourceMappingURL=collection.d.ts.map