export declare const SegmentedButtonGroupRoot: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & import("./SegmentedButtonGroup.types").RadioGroupSlotsAndSlotProps & { exclusive?: boolean; disabled?: boolean; onChange?: (event: React.MouseEvent, value: any) => void; orientation?: "horizontal" | "vertical"; size?: "small" | "medium" | "large"; value?: any; } & Omit, HTMLDivElement>, "ref"> & { ref?: React.Ref; }, "size" | "disabled" | "value" | "onChange" | keyof import("../types/slot").SlotCommonProps | "orientation" | keyof import("./SegmentedButtonGroup.types").RadioGroupSlotsAndSlotProps | "exclusive">, React.DetailedHTMLProps, HTMLDivElement>, {}>;