/// interface Props { onChange: (name: 'telephone' | 'email') => void; current: number; callBack: () => void; } export default function CustomSwitch(props: Props): JSX.Element; export {};