declare const arrowTop: `var(--${string})`; declare const arrowLeft: `var(--${string})`; declare const arrowTransform: `var(--${string})`; declare const maxHeightPopup: `var(--${string})`; declare const popupPosition: `var(--${string})`; declare const animationDurationPopup: `var(--${string})`; declare const popupInitialPosition: `var(--${string})`; declare const maxWidthPopup: `var(--${string})`; export { arrowTop, arrowLeft, arrowTransform, maxHeightPopup, popupInitialPosition, popupPosition, animationDurationPopup, maxWidthPopup, }; //# sourceMappingURL=variables.css.d.ts.map