import { SegmentedProps } from "./type.mjs";
//#region src/Segmented/Segmented.d.ts
/**
 * @deprecated Use `Segmented` from `@lobehub/ui/base-ui` instead.
 */
declare const Segmented: import("react").NamedExoticComponent<SegmentedProps>;
//#endregion
export { Segmented as default };
//# sourceMappingURL=Segmented.d.mts.map