import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue'; declare const _default: DefineComponent<{ modelValue: PropType; placeholder: { type: StringConstructor; default: string; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ modelValue: PropType; placeholder: { type: StringConstructor; default: string; }; }>>, { placeholder: string; }, {}>; export default _default;