interface ChartClassNameInterface { className?: string; } /** * Copied from exenv * * @private Not intended as public API and subject to change */ export declare const canUseDOM: boolean; /** * Returns the class name that will be applied to the outermost div rendered by the chart's container * * @private Not intended as public API and subject to change */ export declare const getClassName: ({ className }: ChartClassNameInterface) => string; export {}; //# sourceMappingURL=chart-helpers.d.ts.map