/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
 * @hidden
 */
export declare const POPUP_SETTINGS_RTL: {
    vertical: {
        anchor: {
            vertical: string;
            horizontal: string;
        };
        popup: any;
        collision: {
            vertical: string;
            horizontal: string;
        };
        animate: string;
    };
    horizontal: {
        anchor: {
            vertical: string;
            horizontal: string;
        };
        popup: any;
        collision: {
            vertical: string;
            horizontal: string;
        };
        animate: string;
    };
};
/**
 * @hidden
 */
export declare const POPUP_SETTINGS: {
    vertical: {
        anchor: {
            vertical: string;
            horizontal: string;
        };
        popup: any;
        collision: {
            vertical: string;
            horizontal: string;
        };
        animate: string;
    };
    horizontal: {
        anchor: {
            vertical: string;
            horizontal: string;
        };
        popup: any;
        collision: {
            vertical: string;
            horizontal: string;
        };
        animate: string;
    };
};
