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