import React from 'react'; import { CheckBoxTreeGroupProps } from './types'; /** * CheckBoxTree Group component is an internal item of the tree * manages state of a subgroup * @param {CheckBoxTreeGroupProps} props - Component props to create check box tree group * * @returns {React.ReactElement} CheckBoxTree Group */ export declare const CheckBoxTreeGroup: React.FC;