/**
 * @license
 *-------------------------------------------------------------------------------------------
 * Copyright © 2026 Progress Software Corporation. All rights reserved.
 * Licensed under commercial license. See LICENSE.md in the package root for more information
 *-------------------------------------------------------------------------------------------
 */
/**
 * @hidden
 */
export declare const THEME_COLOR_CLASSES: {
    primary: string;
    secondary: string;
    tertiary: string;
    info: string;
    success: string;
    warning: string;
    error: string;
    dark: string;
    light: string;
    inverse: string;
};
/**
 * @hidden
 */
export declare const FILL_CLASSES: {
    flat: string;
    solid: string;
};
/**
 * @hidden
 */
export declare const ITEM_FLOW_CLASSES: {
    vertical: string;
    horizontal: string;
};
/**
 * @hidden
 */
export declare const POSITION_MODE_CLASSES: {
    fixed: string;
    sticky: string;
};
