import * as React from 'react'; export declare function StableCollection({ children }: { children: React.ReactNode | React.ReactNode[]; }): JSX.Element; export declare function useStableCollectionIndex(group: string): number;