export declare function flipPlacement(placement: 'start' | 'center' | 'end', dir: 'ltr' | 'rtl'): "start" | "center" | "end"; export declare function flipPosition(position: 'top' | 'left' | 'bottom' | 'right', dir: 'ltr' | 'rtl'): "bottom" | "left" | "right" | "top"; export declare function parsePopperPosition(position: string): { position: string; placement: string; }; //# sourceMappingURL=utils.d.ts.map