import { ReactNode } from 'react' const Segment = ({ children, className = '' }: SegmentProps): JSX.Element => { return (