import { BaseStyle } from "../BaseStyle"; export declare class ImageBubbleStyle extends BaseStyle { captionTextFont: string; captionTextColor: string; maxHeight: string; maxWidth: string; constructor(props: Partial); } //# sourceMappingURL=ImageBubbleStyle.d.ts.map