import { NativePlacementOffsetStyle, LayoutRectangle, PlacementType } from '../types'; export declare function alignNativePopoverIfRequired(style: NativePlacementOffsetStyle, anchorLayoutRectangle: LayoutRectangle, popoverLayoutRectangle: LayoutRectangle, placement: PlacementType): NativePlacementOffsetStyle;