/// import { IDownload } from './interface'; import './index.less'; declare const Index: ({ text, type, hideIcon, loading, menuLists, handleMenuClick, disabled, ...rest }: IDownload) => JSX.Element; export default Index;