type Props = { download?: () => Promise; }; export default function DownloadTooltip({ download }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DownloadTooltip.d.ts.map