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