import * as React from "react";
import type { Props } from "./types";
declare const Checkbox: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLInputElement>>;
export default Checkbox;
