import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_DataValidationImeMode {
    noControl = 0,
    off = 1,
    on = 2,
    disabled = 3,
    hiragana = 4,
    fullKatakana = 5,
    halfKatakana = 6,
    fullAlpha = 7,
    halfAlpha = 8,
    fullHangul = 9,
    halfHangul = 10
}
/**
 * @hidden
 */
export declare let ST_DataValidationImeMode_$type: Type;
