type LineProps = {
    chartOptions: any;
    rows: any;
};
export default function CustomLine({ chartOptions, rows }: LineProps): import("react/jsx-runtime").JSX.Element;
export {};
