import type { Option } from './types'; declare const _default: import("vue").DefineComponent<{ ariaLabel: StringConstructor; options: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Option[]) | (() => Option[]) | ((new (...args: any[]) => Option[]) | (() => Option[]))[], unknown, unknown, () => never[], boolean>; modelValue: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>; block: BooleanConstructor; size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; disabled: BooleanConstructor; validateEvent: import("element-plus/es/utils").EpPropFinalized; id: StringConstructor; name: StringConstructor; }, { props: Readonly Option[]) | (() => Option[]) | ((new (...args: any[]) => Option[]) | (() => Option[]))[], unknown, unknown, () => never[], boolean>; modelValue: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>; block: BooleanConstructor; size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; disabled: BooleanConstructor; validateEvent: import("element-plus/es/utils").EpPropFinalized; id: StringConstructor; name: StringConstructor; }>> & { onChange?: ((val: any) => any) | undefined; "onUpdate:modelValue"?: ((val: any) => any) | undefined; }>>; emit: ((event: "update:modelValue", val: any) => void) & ((event: "change", val: any) => void); ns: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; segmentedId: import("vue").Ref; segmentedSize: import("vue").ComputedRef<"" | "default" | "small" | "large">; _disabled: import("vue").ComputedRef; formItem: import("element-plus/es/components/form").FormItemContext | undefined; inputId: import("vue").Ref; isLabeledByFormItem: import("vue").ComputedRef; segmentedRef: import("vue").Ref; activeElement: import("vue").ComputedRef; state: { isInit: boolean; width: number; translateX: number; disabled: boolean; focusVisible: boolean; }; handleChange: (item: Option) => void; getValue: (item: Option) => string | number | boolean | undefined; getLabel: (item: Option) => string | number | boolean | undefined; getDisabled: (item: Option) => boolean; getSelected: (item: Option) => boolean; getOption: (value: any) => Option; getItemCls: (item: Option) => string[]; updateSelect: () => void; segmentedCls: import("vue").ComputedRef; selectedStyle: import("vue").ComputedRef<{ width: string; transform: string; display: string; }>; selectedCls: import("vue").ComputedRef; name: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (val: any) => boolean; change: (val: any) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly Option[]) | (() => Option[]) | ((new (...args: any[]) => Option[]) | (() => Option[]))[], unknown, unknown, () => never[], boolean>; modelValue: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>; block: BooleanConstructor; size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; disabled: BooleanConstructor; validateEvent: import("element-plus/es/utils").EpPropFinalized; id: StringConstructor; name: StringConstructor; }>> & { onChange?: ((val: any) => any) | undefined; "onUpdate:modelValue"?: ((val: any) => any) | undefined; }, { modelValue: import("element-plus/es/utils").EpPropMergeType<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>; disabled: boolean; validateEvent: import("element-plus/es/utils").EpPropMergeType; block: boolean; options: Option[]; }>; export default _default;