import { PropType } from 'vue'; export declare const props: { label: { type: PropType; default: string; }; value: { type: (StringConstructor | NumberConstructor)[]; default: string; required: boolean; }; }; export declare const emits: {};