/// <reference types="react" />
export declare function BenchmarkChart({ data }: {
    data: any;
}): JSX.Element;
