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