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