/**
 * Present when the corresponding tooltip is open.
 */
export declare const popupOpen = "data-popup-open";
/**
 * Present when the trigger is disabled, either by the `disabled` prop or by a parent `<Tooltip.Root>` component.
 */
export declare const triggerDisabled = "data-trigger-disabled";