import { Option } from '../../..'; import { BagelInputShellProps } from './bagelInputShell'; type __VLS_Props = { options: Option[]; label?: string; required?: boolean; error?: string; thin?: boolean; multiselect?: boolean; } & BagelInputShellProps; type OptionValue = string | number | boolean; type __VLS_PublicProps = { 'modelValue'?: OptionValue | OptionValue[] | null; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: OptionValue | OptionValue[] | null) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: OptionValue | OptionValue[] | null) => any) | undefined; }>, { multiselect: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default; //# sourceMappingURL=SelectBtn.vue.d.ts.map