import { Collection } from '@tachybase/client'; export declare const useRemoteCollectionContext: () => { targetCollection: Collection; refreshRM: Function; titleField: string; }; export declare const CollectionFields: () => import("react/jsx-runtime").JSX.Element;