import { placementType } from './index'; export declare const revesePlacement: (placement: placementType) => "left" | "right" | "bottom" | "top";