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