import * as React from 'react';
import type { ITeachingBubbleProps } from './TeachingBubble.types';
export declare const TeachingBubbleContent: React.FunctionComponent<ITeachingBubbleProps>;
