import { SegmentedButtonProps } from './SegmentedButton.types'; export default function isValueSelected(value: any, candidate: any): boolean; export declare const SegmentedButton: (props: SegmentedButtonProps) => import("react/jsx-runtime").JSX.Element;