/**
 * Function get placement absolute from css value
 */
export declare const orientPlacementAbsolute: (value: string[]) => string;
