import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum VariantType {
    Empty = 0,
    Null = 1,
    I2 = 2,
    I4 = 3,
    R4 = 4,
    R8 = 5,
    CY = 6,
    Date = 7,
    Bstr = 8,
    Dispatch = 9,
    Error = 10,
    Bool = 11,
    Variant = 12,
    Unknown = 13,
    Decimal = 14,
    I1 = 16,
    UI1 = 17,
    UI2 = 18,
    UI4 = 19,
    I8 = 20,
    UI8 = 21,
    INT = 22,
    UINT = 23,
    VOID = 24,
    Hresult = 25,
    PTR = 26,
    SafeArray = 27,
    CARRAY = 28,
    UserDefined = 29,
    LPSTR = 30,
    LPWSTR = 31,
    FileTime = 64,
    BLOB = 65,
    Stream = 66,
    Storage = 67,
    StreamedObject = 68,
    BLOBObject = 69,
    CF = 70,
    CLSID = 71,
    Vector = 4096,
    Array = 8192,
    ByRef = 16384,
    Reserved = 32768
}
/**
 * @hidden
 */
export declare let VariantType_$type: Type;
