import type { TPlacementOptions } from '@atlaskit/top-layer/resolve-placement';
import type { Placement } from '../../types';
export declare const placementMap: Record<Placement, TPlacementOptions>;
