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