import { Type } from "igniteui-react-core";
export declare enum TreemapHighlightedValueDisplayMode {
    /**
     * The treemap automatically chooses an appropriate mode.
     */
    Auto = 0,
    /**
     * The treemap overlays the highlighted value on top of the normal value and applies a slight
     * transparency to the normal value.
     */
    Overlay = 1,
    /**
     * Hides the highlighted values.
     */
    Hidden = 2
}
/**
 * @hidden
 */
export declare let TreemapHighlightedValueDisplayMode_$type: Type;
