import type { ITeachingBubbleStyleProps, ITeachingBubbleStyles } from './TeachingBubble.types';
export declare const getStyles: (props: ITeachingBubbleStyleProps) => ITeachingBubbleStyles;
