import { FC } from "react"; type Props = { isMobile?: boolean; }; declare const ScanSwitch: FC; export default ScanSwitch;