import { Placement, PlacementAxis } from '@react-aria/overlays'; export declare function placementAxis(placement: Placement): PlacementAxis; export declare function invertPlacementAxis(axis: PlacementAxis): PlacementAxis;