export declare const valueContainer: 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"; }; }; }>;