export declare const legendContainer: import("@vanilla-extract/recipes").RuntimeFn<{ isVertical: { true: { flexDirection: "row"; }; false: { flexDirection: "column"; }; }; }>;