/// import React from 'react'; export default class SwitchExample extends React.Component { constructor(props: any); onSwitchChange: (value: any) => void; render(): JSX.Element; }