export declare const SegmentedControlSizes: readonly ["sm", "md", "lg"]; export type SegmentedControlSize = typeof SegmentedControlSizes[number];