import { SegmentedProps } from "./type.mjs";
import Segmented from "./Segmented.mjs";
export { type SegmentedProps, Segmented as default };