import { type ViewStyle } from 'react-native'; import type { AnchorLayout, SliderOrientation } from '@cdx-ui/primitives'; export declare const SLIDER_POPUP_OFFSET = 8; export declare const SLIDER_POPUP_Z_INDEX = 9999; /** * Popover-style placement for the slider value tooltip, modeled after anchored * popover content positioning (placement + offset relative to a measured trigger). */ export declare function getSliderPopupAnchorStyle(anchor: AnchorLayout, orientation: SliderOrientation, offset?: number): ViewStyle; //# sourceMappingURL=getSliderPopupPosition.d.ts.map