import { IPropsCompGroup } from "./interfaces"; declare const CheckBoxCompGroup: (props: IPropsCompGroup) => JSX.Element; export default CheckBoxCompGroup;