type ChartProps = {
    options: any;
    rows: any;
};
declare const Graphs: ({ options, rows }: ChartProps) => import("react/jsx-runtime").JSX.Element;
export default Graphs;
