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