import { Placement } from '@floating-ui/react'; import type { FloatingPopoverProps } from '../Select.types'; export declare const getPlacement: (placement: NonNullable) => Placement | undefined; //# sourceMappingURL=getPlacement.d.ts.map