import React from "react";
import { type CheckboxProps } from "../types/CheckboxProps";
declare const Checkbox: React.FC<CheckboxProps>;
export default Checkbox;
