import React from 'react'; import { Segmented } from 'antd'; const Demo: React.FC = () => ( ); export default Demo;