export declare const popupStyle: { container: import("@vanilla-extract/recipes").RuntimeFn<{ hasMaxHeight: { true: { maxHeight: `calc(var(--${string}) - var(--${string}))`; }; }; }>; popup: import("@vanilla-extract/recipes").RuntimeFn<{ hasArrow: { true: { selectors: { '&::after': { borderColor: `var(--${string}) transparent transparent transparent`; borderStyle: "solid"; borderWidth: "8px"; content: " "; left: `var(--${string})`; marginLeft: "-8px"; pointerEvents: "none"; position: "absolute"; top: `var(--${string})`; transform: `var(--${string})`; }; }; }; }; visibleInDom: { false: { display: "none"; }; }; }>; animation: Record<"notReverse" | "reverse", string>; childrenContainer: import("@vanilla-extract/recipes").RuntimeFn<{ fullHeight: { true: { height: "100%"; }; }; fullWidth: { true: { width: "100%"; }; }; }>; }; //# sourceMappingURL=styles.css.d.ts.map