import type { TetherPlacement, PopperOffset, NormalizedOffset } from './types';
export declare function toPopperPlacement(placement: TetherPlacement): string;
/**
 * Takes the offset passed from popper.js and normalizes it
 */
export declare function parsePopperOffset(offset: PopperOffset): NormalizedOffset;
