import React from "react";
import Highcharts from "highcharts";
interface Props {
    options: Highcharts.Options;
    style?: React.CSSProperties;
}
export declare const HighchartsChart: React.NamedExoticComponent<Props>;
export {};
