/// import { AttachmentUpload } from "../../AttachmentService"; interface Props { name?: string; uploadState: AttachmentUpload; } export declare function AttachmentDetails(props: Props): JSX.Element; export {};