import { type EnhancedComponent } from '../../utils'; import _Segmented from './segmented.vue'; import _SegmentedItem from './segmented-item.vue'; export declare const Segmented: EnhancedComponent; export declare const SegmentedItem: EnhancedComponent; export default Segmented; export type { SegmentedProps, SegmentedSlots, SegmentedEmits, SegmentedExpose, SegmentedSize, SegmentedItemProps, SegmentedItemSlots, SegmentedItemEmits, SegmentedItemExpose, } from './common';