import { SegmentedProps } from "./type.mjs";
import * as react5 from "react";

//#region src/Segmented/Segmented.d.ts
declare const Segmented: react5.NamedExoticComponent<SegmentedProps>;
//#endregion
export { Segmented };
//# sourceMappingURL=Segmented.d.mts.map