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