export { default } from '../components/SegmentedButton/SegmentedButton'; export { default as SegmentedButton } from '../components/SegmentedButton/SegmentedButton'; export type { SegmentedButtonColor, SegmentedButtonOption, SegmentedButtonProps, } from '../components/SegmentedButton/SegmentedButton';