import { FileAttachmentDropAreaProps, FileAttachmentDropAreaStateProps } from "./FileAttachmentDropArea.definitions"; import { FileAttachmentDropAreaImpl } from "./FileAttachmentDropAreaImpl"; export declare const FileAttachmentDropArea: import("react-redux").ConnectedComponent & FileAttachmentDropAreaProps & FileAttachmentDropAreaStateProps, "attachedFiles"> & FileAttachmentDropAreaProps>;