import { Placement } from '@popperjs/core'; declare const getRTLPlacement: (placement: string, element: HTMLDivElement | null) => Placement; export default getRTLPlacement;