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