import { ValueOf } from '@vx/scale'; declare const Orientation: { readonly top: "top"; readonly left: "left"; readonly right: "right"; readonly bottom: "bottom"; }; declare type Orientation = ValueOf; export default Orientation; //# sourceMappingURL=orientation.d.ts.map