importtype { Placement } from"@popperjs/core";
import { PopoverPosition } from"./popoverPosition";
/**
* Convert a position to a placement.
*
* @param position the position to convert
*/exportdeclarefunctionpositionToPlacement(position: PopoverPosition): Placement;