/// import { BaseSegmentedControlTabProps } from '../types'; export declare function BaseSegmentedControlTab({ onSelect, value, fontFamily, fontSize, color, fontWeight, fontStyle }: BaseSegmentedControlTabProps): JSX.Element;