import * as React from 'react'; import { ILineChartProps } from '@fluentui/react-charting'; interface ILineChartMultipleExampleState { width: number; height: number; allowMultipleShapes: boolean; } export declare class LineChartMultipleExample extends React.Component<{}, ILineChartMultipleExampleState> { constructor(props: ILineChartProps); render(): JSX.Element; private _onShapeChange; private _onLegendClickHandler; private _styledExample; private _onWidthChange; private _onHeightChange; } export {};