import { FormCheckBox } from "../../input.type";
export declare function Switch({ isChecked, value, name, label, handleCheck, }: FormCheckBox): import("react/jsx-runtime").JSX.Element;
