export declare enum CoordinateSystem {
  WORLD = 0,
  DISPLAY = 1,
}

declare const _default: {
  CoordinateSystem: typeof CoordinateSystem;
};
export default _default;
