import type { UsePositionOptions } from '@rocket.chat/fuselage-hooks'; type ReactAriaPlacement = 'bottom' | 'bottom left' | 'bottom right' | 'bottom start' | 'bottom end' | 'top' | 'top left' | 'top right' | 'top start' | 'top end' | 'left' | 'left top' | 'left bottom' | 'start' | 'start top' | 'start bottom' | 'right' | 'right top' | 'right bottom' | 'end' | 'end top' | 'end bottom'; export declare const getPlacement: (placement: UsePositionOptions["placement"]) => ReactAriaPlacement; export {}; //# sourceMappingURL=helpers.d.ts.map