/// import { AttachmentService } from "../../AttachmentService"; import { Attachment } from "../../util/attrs"; export declare function ToolbarItems(props: { attachment: Attachment; attachmentService: AttachmentService; hasPreview: boolean; onRemove: () => void; onHidePreview?: () => void; onShowPreview?: () => void; }): JSX.Element;