import Segmented from './src';
import type { SegmentedProps } from './src';
import { withInstall } from '../_util/type';
export default withInstall(Segmented);
export type { SegmentedProps };