/// <reference types="react" />
import CheckboxProps from "./interface";
declare const Checkbox: (props: CheckboxProps) => JSX.Element;
export default Checkbox;
