import * as React from 'react'; import { IVerticalBarChartProps } from '@fluentui/react-charting'; interface IVerticalBarState { selectedCallout: string; } export declare class VerticalBarChartTooltipExample extends React.Component<{}, IVerticalBarState> { constructor(props: IVerticalBarChartProps); render(): JSX.Element; private _basicExample; } export {};