import type { Placement } from '@popperjs/core';
import type { Placements } from '../../types';
import type { Alignments } from './types';
export declare const getAlignmentClassNames: (alignment: Alignments) => string[];
export declare const getPlacement: (placement: Placement, direction: string | undefined, alignment: Alignments | string | undefined, isRTL: boolean) => Placements;
