/** Set the font family (called by Chart when theme changes) */ export declare function setFontFamily(family: string | undefined): void; /** Build a CSS font string with the current family */ export declare function font(size: number, weight?: '' | 'bold'): string;