export declare class PositioningService {
    positionPopupBelowItsButton(buttonId: string, popupId: string): void;
}
