import * as React from 'react';
declare const LmUpload: ({ instance }: {
    instance: any;
}) => React.JSX.Element;
export default LmUpload;
