import { BaseStyle } from '../BaseStyle'; /** * BadgeStyle * * @extends BaseStyle * * @property {string} textFont - The font of the text. * @property {string} textColor - The color of the text. */ export declare class BadgeStyle extends BaseStyle { textFont?: string; textColor?: string; constructor(props: Partial); } //# sourceMappingURL=BadgeStyle.d.ts.map