import { PopoverProps } from '../types'; export declare const beakRightCenterStylesLrg: { left: number; '&:dir(rtl)': { transform: "rotate(135deg)" | "rotate(-45deg)"; }; transform: "rotate(45deg)" | "rotate(-135deg)" | "rotate(135deg)" | "rotate(-45deg)"; backgroundImage: string; borderColor: string; borderWidth: string; }; export declare const beakBoxX: { alignItems: string; height: string; width: string; justifyContent: string; left: number; }; export declare const beakBoxY: { height: string; width: string; }; export declare const beakVariantsArray: string[]; export declare const getBeakVariant: ({ align, position, beak, variant, }: Pick) => string; export declare const createBeakVariantFromAlignment: (alignment: string) => {};