import { BaseStyle } from "../BaseStyle"; export declare class TextBubbleStyle extends BaseStyle { textFont: string; textColor: string; bubblePadding?: string; constructor(props: Partial); } //# sourceMappingURL=TextBubbleStyle.d.ts.map