import React from 'react';
import { WebSegmentedProps } from "../../types";
export declare const Segmented: (props: Partial<WebSegmentedProps>) => React.JSX.Element;
