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