/// <reference types="react" />
import * as React from 'react';
export interface ITeachingBubbleCondensedExampleState {
    isTeachingBubbleVisible?: boolean;
}
export declare class TeachingBubbleCondensedExample extends React.Component<{}, ITeachingBubbleCondensedExampleState> {
    private _menuButtonElement;
    constructor(props: {});
    render(): JSX.Element;
    private _onDismiss(ev);
}
