import React from 'react'; type Props = { className?: string; }; export declare function CurrentFolderActions({ className }: Props): React.JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map