import { PopperPosition } from '../../../hooks'; export declare const getPopupPosition: (isVerticalView: boolean | undefined) => PopperPosition.BOTTOM_END | PopperPosition.LEFT_START;