import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_EntityType {
    Address = 0,
    AdminDistrict = 1,
    AdminDistrict2 = 2,
    AdminDistrict3 = 3,
    Continent = 4,
    CountryRegion = 5,
    Locality = 6,
    Ocean = 7,
    Planet = 8,
    PostalCode = 9,
    Region = 10,
    Unsupported = 11
}
/**
 * @hidden
 */
export declare let ST_EntityType_$type: Type;
