, graphDiv?: PlotlyHTMLElement) => void;
/**
* Assign the graph div to window.gd for debugging
*/
debug?: boolean;
style?: Object;
className?: string;
/**
* When true, adds a call to Plotly.Plot.resize() as a window.resize event handler
*/
useResizeHandler: boolean;
/**
* id assigned to the into which the plot is rendered.
* If one is not provided, a GUID will be used instead
*/
divId?: string;
}