import React from 'react'; import type { RadioSwitchProps } from './RadioSwitch.types'; export declare const RadioSwitch: React.FC;