/** * Base container classes for the pie/donut chart. Thin by design — the chart * itself is a Recharts wrapper and styles its internals via theme classes/CSS * vars. */ export declare const pieChartVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; //# sourceMappingURL=variants.d.ts.map