export declare type DefaultLabel = string | number | boolean; export declare type DefaultValue = string | number | boolean; declare type DefaultKey = string | number; export interface DataSourceNode