export declare const ARROW_SIZE = 8; export declare const ANIMATION_DURATION = 200; export declare const tooltipStyle: { animation: Record<"close" | "open", string>; arrow: string; childrenContainer: import("@vanilla-extract/recipes").RuntimeFn<{ fullHeight: { true: { height: "100%"; }; }; fullWidth: { true: { width: "100%"; }; }; }>; content: string; tooltip: string; }; //# sourceMappingURL=styles.css.d.ts.map