import { BaseStyle } from '../BaseStyle'; export declare class DocumentBubbleStyle extends BaseStyle { titleFont?: string; titleColor?: string; subtitleFont?: string; subtitleColor?: string; iconTint?: string; buttonTextFont?: string; buttonTextColor?: string; buttonBackground?: string; separatorColor?: string; constructor(props: Partial); } //# sourceMappingURL=DocumentBubbleStyle.d.ts.map