import { type VariantProps } from "class-variance-authority"; /** * Base container classes for the waterfall chart. Thin by design — the chart * itself is a Recharts wrapper and styles its internals via theme classes/CSS * vars. The `variant` toggles plot density (value labels, tick sizing) from the * component; the container class stays minimal. */ export declare const waterfallChartVariants: (props?: ({ variant?: "compact" | "standard" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type WaterfallChartVariantProps = VariantProps; //# sourceMappingURL=variants.d.ts.map