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