interface RibbonFontSelectProps { modelValue?: string; options?: string[]; disabled?: boolean; placeholder?: string; controlWidth?: string; /** Ribbon property shell vs standalone control (e.g. character map dialog). */ variant?: 'property' | 'plain'; } declare const _default: import('vue').DefineComponent, { modelValue: string; options: () => never[]; disabled: boolean; placeholder: string; controlWidth: string; variant: string; }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string) => void; }, string, import('vue').PublicProps, Readonly, { modelValue: string; options: () => never[]; disabled: boolean; placeholder: string; controlWidth: string; variant: string; }>>> & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { options: string[]; placeholder: string; variant: "property" | "plain"; modelValue: string; disabled: boolean; controlWidth: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_PrettifyLocal : P[K]; }; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToOption = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {}; //# sourceMappingURL=MlRibbonFontSelect.vue.d.ts.map