import { SegmentedControlItemProps } from "./SegmentedControlItem"; export type SegmentedControlItemIconWithLabelProps = Omit & Readonly<{ icon: React.ReactNode | React.ComponentType>; label: string; badge?: React.ReactNode; }>; export declare const SegmentedControlItemIconWithLabel: ({ icon: IconComponent, label, badge, className, ...rest }: SegmentedControlItemIconWithLabelProps) => import("react").JSX.Element; //# sourceMappingURL=SegmentedControlItemIconWithLabel.d.ts.map