import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_PresetCameraType {
    legacyObliqueTopLeft = 0,
    legacyObliqueTop = 1,
    legacyObliqueTopRight = 2,
    legacyObliqueLeft = 3,
    legacyObliqueFront = 4,
    legacyObliqueRight = 5,
    legacyObliqueBottomLeft = 6,
    legacyObliqueBottom = 7,
    legacyObliqueBottomRight = 8,
    legacyPerspectiveTopLeft = 9,
    legacyPerspectiveTop = 10,
    legacyPerspectiveTopRight = 11,
    legacyPerspectiveLeft = 12,
    legacyPerspectiveFront = 13,
    legacyPerspectiveRight = 14,
    legacyPerspectiveBottomLeft = 15,
    legacyPerspectiveBottom = 16,
    legacyPerspectiveBottomRight = 17,
    orthographicFront = 18,
    isometricTopUp = 19,
    isometricTopDown = 20,
    isometricBottomUp = 21,
    isometricBottomDown = 22,
    isometricLeftUp = 23,
    isometricLeftDown = 24,
    isometricRightUp = 25,
    isometricRightDown = 26,
    isometricOffAxis1Left = 27,
    isometricOffAxis1Right = 28,
    isometricOffAxis1Top = 29,
    isometricOffAxis2Left = 30,
    isometricOffAxis2Right = 31,
    isometricOffAxis2Top = 32,
    isometricOffAxis3Left = 33,
    isometricOffAxis3Right = 34,
    isometricOffAxis3Bottom = 35,
    isometricOffAxis4Left = 36,
    isometricOffAxis4Right = 37,
    isometricOffAxis4Bottom = 38,
    obliqueTopLeft = 39,
    obliqueTop = 40,
    obliqueTopRight = 41,
    obliqueLeft = 42,
    obliqueRight = 43,
    obliqueBottomLeft = 44,
    obliqueBottom = 45,
    obliqueBottomRight = 46,
    perspectiveFront = 47,
    perspectiveLeft = 48,
    perspectiveRight = 49,
    perspectiveAbove = 50,
    perspectiveBelow = 51,
    perspectiveAboveLeftFacing = 52,
    perspectiveAboveRightFacing = 53,
    perspectiveContrastingLeftFacing = 54,
    perspectiveContrastingRightFacing = 55,
    perspectiveHeroicLeftFacing = 56,
    perspectiveHeroicRightFacing = 57,
    perspectiveHeroicExtremeLeftFacing = 58,
    perspectiveHeroicExtremeRightFacing = 59,
    perspectiveRelaxed = 60,
    perspectiveRelaxedModerately = 61
}
/**
 * @hidden
 */
export declare let ST_PresetCameraType_$type: Type;
