import React from 'react'; import { TdSegmentedProps } from './type'; import { NativeProps } from '../_util/withNativeProps'; export interface SegmentedProps extends TdSegmentedProps, NativeProps { } declare const Segmented: React.FC; export default Segmented;