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