import { Placement } from '../interface'; export declare function getOppositePlacement(placement: Placement): Placement;