import { RxCollection } from 'rxdb';
declare function useRxCollection<T>(name: string): RxCollection<T> | null;
export default useRxCollection;
