/** * Indicates the direction from which the popup was activated. * This can be used to create directional animations based on how the popup was triggered. * Contains space-separated values for both horizontal and vertical axes. * @type {`${'left' | 'right' | ''} ${'down' | 'up' | ''}`} */ export declare const activationDirection = "data-activation-direction";