/** * Custom hook to subscribe to collection items. * @param collectionName - The name of the collection to subscribe to. * @returns The items of the collection. */ export default function useCollectionItems(collectionName: string): any;