import { SegmentedControlItemProps } from "./SegmentedControlItem"; export type SegmentedControlItemLabelWithSubProps = Omit & Readonly<{ label: string; subtitle?: string; }>; export declare const SegmentedControlItemLabelWithSub: ({ label, subtitle, className, ...rest }: SegmentedControlItemLabelWithSubProps) => import("react").JSX.Element; //# sourceMappingURL=SegmentedControlItemLabelWithSub.d.ts.map