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