import { AccentColorKey } from '@mulmocast/deck'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { modelValue?: AccentColorKey; placeholder?: string; }; declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: "primary" | "accent" | "success" | "warning" | "danger" | "info" | "highlight" | undefined) => any; }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((value: "primary" | "accent" | "success" | "warning" | "danger" | "info" | "highlight" | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;