import React from 'react'; export interface MySuperSelectEDProps { modalTitle?: string; showMode?: string; selcetMode?: string; } declare const SuperSelectED: React.FC; export default SuperSelectED;