import { SizeTokenValue } from '../common'; import { CSSObject } from '@emotion/styled'; import { SegmentedControlOption } from './types'; export declare const SegmentedControl: import('react').ForwardRefExoticComponent<{ options: SegmentedControlOption[]; size?: SizeTokenValue | `${SizeTokenValue}`; onChange: (e: import('react').ChangeEvent, option: SegmentedControlOption) => void; } & import('../common').QA & Pick & Pick, "disabled" | "value" | "readOnly"> & Required, "name">> & Pick, "className"> & import('react').RefAttributes>;