import { PlacementOffsetStyle, PlacementType } from '../types'; export declare function alignWebPopoverIfRequired(style: PlacementOffsetStyle, anchorElement: HTMLDivElement, popoverWidth: number, popoverHeight: number, placement: PlacementType): PlacementOffsetStyle;