import { Type } from "igniteui-react-core";
export declare enum TreemapOrientation {
    Horizontal = 0,
    Vertical = 1
}
/**
 * @hidden
 */
export declare let TreemapOrientation_$type: Type;
