import { CheckBoxProps } from "@re-flex/styled/Checkbox/"; import React from "react"; declare const Checkbox: React.FC; export default Checkbox;