import type { ViewStyle } from 'react-native';
import type { PopupPosition } from './interface';
export declare const getTransform: (position: PopupPosition, value: any) => ViewStyle;
export declare const getPosition: (visible: boolean, position: PopupPosition) => number;
