import type { IconCfg } from '../../Icon/PropsType'; import { LingXiEdFC } from '@lingxiteam/types'; export interface MyInputEDProps { fieldName?: any; selfSpan?: number; icon?: IconCfg; prefixIcon?: any; labelCol?: number; wrapperCol?: number; theme?: any; type?: string; hidden?: any; postfix?: string; value?: string; defaultValue?: string; prefixStyle?: string; prefixWord?: string; prefixIconPosition?: string; iconFileInfo?: any; isIconFont?: boolean; fontAddress?: string; postfixIconPosition?: string; postfixStyle?: string; iconFile?: any; className?: any; maxLength?: number; } declare const InputED: LingXiEdFC; export default InputED;