/// import { ICheckboxsProps } from "../../config/type"; declare function FCheckBoxs(props: ICheckboxsProps): JSX.Element; export default FCheckBoxs;