/// import { CheckboxProps } from "./typings/Checkbox"; export default function Checkbox(props: CheckboxProps): JSX.Element;