/// <reference types="react" />
import { ITeachingBubbleProps } from './TeachingBubble.types';
export declare const TeachingBubble: (props: ITeachingBubbleProps) => JSX.Element;
