/// <reference types="react" />
import type { SmartTreeSelect } from './PropTypes';
declare const TreeSelect: import("react").FC<SmartTreeSelect>;
export { TreeSelect };
export { SmartTreeSelect, SmartTreeSelectEvents, SmartTreeSelectExternalClassName, SmartTreeSelectItem, SmartTreeSelectProps, SmartTreeSelectClickNavDetail, } from './PropTypes';
