import { SegmentedControlItemProps } from "./SegmentedControlItem"; export type SegmentedControlItemIconOnlyProps = Omit & Readonly<{ icon: React.ReactNode | React.ComponentType>; label: string; tooltip?: boolean; side?: "top" | "bottom"; withPortal?: boolean; }>; export declare const SegmentedControlItemIconOnly: ({ icon: IconComponent, label, tooltip, side, withPortal, disabled, className, ...rest }: SegmentedControlItemIconOnlyProps) => import("react").JSX.Element; //# sourceMappingURL=SegmentedControlItemIconOnly.d.ts.map