export declare const PortalPlacements: {
    readonly top: "top";
    readonly bottom: "bottom";
    readonly bottomLeft: "bottom-left";
    readonly bottomRight: "bottom-right";
    readonly left: "left";
    readonly right: "right";
};
