/**
 * @license
 *
 * Copyright IBM Corp. 2026
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Edit in place size.
 */
export declare enum EDIT_IN_PLACE_SIZE {
    SMALL = "sm",
    MEDIUM = "md",
    LARGE = "lg"
}
/**
 * Tooltip alignment options.
 */
export declare enum TOOLTIP_ALIGNMENT {
    TOP = "top",
    TOP_LEFT = "top-left",
    TOP_RIGHT = "top-right",
    BOTTOM = "bottom",
    BOTTOM_LEFT = "bottom-left",
    BOTTOM_RIGHT = "bottom-right",
    LEFT = "left",
    RIGHT = "right"
}
//# sourceMappingURL=defs.d.ts.map