import { default as React } from 'react'; import { SegmentedProps as AntdSegmentedProps } from 'antd'; export type SegmentedProps = AntdSegmentedProps; export declare const Segmented: React.FC;