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