import React from "react"; export interface SwitchProps extends React.InputHTMLAttributes { zoom?: "1x" | "1.5x"; }