import React from 'react';
import { QSMConfiguration } from './types';
interface QSMProps {
  configuration: QSMConfiguration;
}
declare const QSM: React.FC<QSMProps>;
export default QSM;
