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