/// import { InputCheckboxProps } from "../../types/inputCheckbox.type"; import '../../style/inputCheckbox.css'; declare const InputCheckbox: (props: InputCheckboxProps) => JSX.Element; export default InputCheckbox;