import React from 'react';
export default function ImportModal({ handleImport, show, onHide, onChangeCapture }: any): React.JSX.Element;
