import { Type } from "igniteui-react-core";
export declare enum TreemapNodeStyleMappingTargetType {
    All = 0,
    Parent = 1,
    Child = 2
}
/**
 * @hidden
 */
export declare let TreemapNodeStyleMappingTargetType_$type: Type;
