/// import { AttachmentService } from "../../AttachmentService"; import { Attachment } from "../../util/attrs"; interface Props { attachment: Attachment; attachmentService: AttachmentService; } export declare function AttachmentDownloadButton(props: Props): JSX.Element; export {};