import React from 'react'; import './index.scss'; type Props = { enabledCollectionSlugs: string[]; path: string; }; export declare const RelationshipButton: (props: Props) => React.ReactNode; export {}; //# sourceMappingURL=index.d.ts.map