import { type SegmentedProps, type SegmentedSlots, type SegmentedExpose } from './common'; type __VLS_Slots = SegmentedSlots; declare const __VLS_base: import("vue").DefineComponent any; "update:modelValue": (value: any) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: any) => any) | undefined; "onUpdate:modelValue"?: ((value: any) => any) | undefined; }>, { options: import("./common").SegmentedOption[]; readonly: boolean; size: import("./common").SegmentedSize; direction: "horizontal" | "vertical"; disabled: boolean; modelValue: any; shape: "square" | "round"; ellipsis: boolean; optionKeys: import("../../use").OptionKeys; validateEvent: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };