import { BaseStyle } from '../BaseStyle'; /** * FileBubbleStyle class represents the styles for popover. It extends BaseStyle. * * @property {string} boxShadow - boxshadow for popover. * @extends {BaseStyle} */ export declare class FileBubbleStyle extends BaseStyle { titleFont?: string; titleColor?: string; subtitleFont?: string; subtitleColor?: string; iconTint?: string; constructor(props: Partial); } //# sourceMappingURL=FileBubbleStyle.d.ts.map