import type { Placement } from '../types';
export declare function getOppositeAlignmentPlacement(placement: Placement): Placement;
