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 CalloutPlacementPositions {
    Top = 0,
    Left = 1,
    Right = 2,
    Bottom = 3,
    TopLeft = 4,
    TopRight = 5,
    BottomLeft = 6,
    BottomRight = 7
}
/**
 * @hidden
 */
export declare let CalloutPlacementPositions_$type: Type;
