export declare const props: () => { describe: StringConstructor; widthSize: { type: StringConstructor; validator: (v: string) => boolean; }; value: (StringConstructor | NumberConstructor)[]; modelValue: (StringConstructor | NumberConstructor)[]; type: { type: StringConstructor; validator: (v: string) => boolean; }; };