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