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