import { UIComponent } from './component' /** Form Component */ export declare class componentSearch extends UIComponent { /** * 查询数据 */ value:string | number }