interface Option { label: string; leadingIcon?: string; trailingIcon?: string; value: string; } interface Props { isDisabled?: boolean; isFullWidth?: boolean; isInvalid?: boolean; name: string; options: Option[]; orientation?: 'horizontal' | 'vertical'; size?: 'sm' | 'md'; } type __VLS_Props = Props; type __VLS_ModelProps = { modelValue?: string | undefined; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string | undefined) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined; }>, { size: "sm" | "md"; orientation: "horizontal" | "vertical"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CpSegmentedControl.vue.d.ts.map