import { UIComponent } from './component' /** Form Component */ export declare class Component extends UIComponent { /** * 当前步进器数值 */ value:any }