import { Segment } from '@fluentui/react-northstar'; import * as React from 'react'; import ComponentExample from '../../../../components/ComponentDoc/ComponentExample'; import ExampleSection from '../../../../components/ComponentDoc/ExampleSection'; const States = () => ( Use defaultCheckedValue to set the default value. ); export default States;