import { KButtonToggleGroupProps } from './types'; declare const modelValue: import("vue").ModelRef; declare let __VLS_typeProps: KButtonToggleGroupProps; type __VLS_PublicProps = { 'modelValue'?: typeof modelValue['value']; } & typeof __VLS_typeProps; declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { buttonClasses: string; selectedButtonClasses: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;