/**
 * Function get placement absolute from css value
 */
export declare const orientPlacementAbsolute: (value: string[]) => "center" | "top-left" | "top-right" | "top-center" | "center-left" | "center-right" | "bottom-left" | "bottom-right" | "bottom-center";
