4 lines
188 B
TypeScript
4 lines
188 B
TypeScript
import * as React from 'react';
|
|
import type { ITeachingBubbleProps } from './TeachingBubble.types';
|
|
export declare const TeachingBubbleBase: React.FunctionComponent<ITeachingBubbleProps>;
|