import React from 'react'; import { CheckBoxTreeItemProps } from './types'; /** * CheckBoxTree Item component is a terminal item of the tree * @param {CheckBoxTreeItemProps} props - Component props to create check box tree item * * @returns {React.ReactElement} CheckBoxTree Item */ export declare const CheckBoxTreeItem: React.FC;