export declare const valueContainer: import("@vanilla-extract/recipes").RuntimeFn<{ inline: { true: { marginBottom: string; alignItems: "center"; height: "20px"; }; false: { marginBottom: string; alignItems: "end"; height: "100%"; }; }; }>; export declare const valueAnimatedContainer: string; export declare const toolbarAnimatedContainer: string; export declare const minContainer: string; export declare const maxContainer: string; export declare const legendContainer: string; export declare const labelContainer: string; export declare const chartContainer: string; export declare const container: import("@vanilla-extract/recipes").RuntimeFn<{ autoSize: { true: { height: "100%"; }; false: { height: "fit-content"; }; }; showLoading: { true: { position: "relative"; display: "block"; cursor: "default"; userSelect: "none"; }; }; }>; export declare const containerWrapper: string;