import * as React from 'react'; export interface UcmlSelectManBoxProps { DataTextField?: string; DataValueField?: string; SelectMode: '1' | '2' | '3'; islabel?: boolean; labelName?: string; labelReq: '规则1' | '规则2'; } declare const UcmlSelectManBox: React.FC; export default UcmlSelectManBox;