import type { CollectionSlug } from 'payload';
import React from 'react';
type Props = {
    enabledCollectionSlugs: CollectionSlug[];
};
export declare const RelationshipDrawer: ({ enabledCollectionSlugs }: Props) => React.ReactNode;
export {};
//# sourceMappingURL=index.d.ts.map