import { LingXiEdFC } from '@lingxiteam/types'; export interface MyModalSelectEDProps { fieldName?: any; selfSpan?: number; labelCol?: number; wrapperCol?: number; theme?: any; type?: string; hidden?: any; postfix?: string; value?: string; defaultValue?: string; postfixIconPosition?: string; postfixStyle?: string; clearIcon?: any; allowClear?: any; postfixIcon?: any; icon?: any; isIconFont?: any; } declare const MyModalSelectED: LingXiEdFC; export default MyModalSelectED;