import React from "react"; /** * Throws an error if the children of the line chart component are not valid. * @param children The children of the line chart component. */ export declare const validateLineChartChildren: (children?: React.ReactNode | undefined) => void; //# sourceMappingURL=helpers.d.ts.map