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

//#region src/base-ui/Segmented/Segmented.d.ts
declare const Segmented: {
  <Value extends string = string>({
    block,
    className,
    classNames,
    defaultValue,
    disabled,
    glass,
    id,
    name,
    onChange,
    options,
    ref,
    shadow,
    size,
    style,
    styles: customStyles,
    value,
    variant,
    vertical
  }: SegmentedProps<Value>): _$react.JSX.Element;
  displayName: string;
};
//#endregion
export { Segmented };
//# sourceMappingURL=Segmented.d.mts.map