import { Type } from "igniteui-react-core";
/**
 * Indicates the allowed directions that will be considered to position the callouts near the target points
 */
export declare enum AutoCalloutVisibilityMode {
    /**
     * The callout layer will decide on the appropriate visibility mode.
     */
    Auto = 0,
    /**
     * Callouts will render if they are in view without restriction.
     */
    Normal = 1,
    /**
     * callouts wont show unless they have a dedicated width/height lane to render in.
     */
    DedicatedLanes = 2
}
/**
 * @hidden
 */
export declare let AutoCalloutVisibilityMode_$type: Type;
