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