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