import { ButtonBaseProps } from '@mui/material'; export type DownloadButtonProps = ButtonBaseProps; export default function DownloadButton({ sx, ...other }: DownloadButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DownloadButton.d.ts.map