export declare enum NodeSelectedState {
    checked = 0,
    unChecked = 1,
    indeterminate = 2
}
