import { PopoverContentProps } from './PopoverContent';
import { Position } from '@reach/popover';
declare type AlignmentValue = Required<PopoverContentProps>['alignment'];
declare const usePopoverAlignment: (alignment: AlignmentValue) => Position;
export default usePopoverAlignment;
