export declare const props: { modelValue: { type: StringConstructor; default: any; }; id: { type: StringConstructor; required: true; }; }; export declare const emits: { 'update:modelValue': any; };