/// <reference types="react" />
import type { Props } from "./types";
export declare const StyledLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>;
export declare const StyledText: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
declare const SwitchSegment: ({ value, label, disabled, onChange, setTooltipShown, onFocus, defaultChecked, name, }: Props) => JSX.Element;
export default SwitchSegment;
