import React from 'react';
import { AttachFileDropModel } from './AttachFileDrop.types';
declare const AttachFileDrop: React.FC<AttachFileDropModel>;
export default AttachFileDrop;
