import React from "react";
import { CheckBoxListProps } from "./CheckBoxList.types";
declare const CheckBoxList: React.FC<CheckBoxListProps>;
export default CheckBoxList;
