import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from '../../../../vue/dist/vue.esm-browser.prod.js'; declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<{ defaultValue?: string | number | undefined; modelValue?: string | number | undefined; }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (payload: string | number) => void; }, string, PublicProps, Readonly>> & { "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined; }, {}, {}>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: PropType<__VLS_NonUndefinedable>; } : { type: PropType; required: true; }; };