import { UIComponent } from './component' /** Form Component */ export declare class componentSearchItem extends UIComponent { /** * 数据绑定 */ value:string | number /** * 字段名 */ prop:string /** * 字段名 */ label:string /** * 输入框类型 * @optional input type attr | DATE | SELECT */ type:string }