declare const CLASS_PREFIX = "md-space-tree-node";
declare const DEFAULTS: {
    DISABLED: boolean;
};
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
