import * as React from 'react'; import type { StatefulSwitchProps } from './types'; declare const StatefulSwitch: { (props: StatefulSwitchProps): React.JSX.Element; displayName: string; }; export default StatefulSwitch;