import * as collection from './collection'; export declare const createCollection: (name: string) => readonly [{ readonly Provider: { (props: { children?: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; readonly Parent: { (props: collection.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=index.d.ts.map