/** * Indicates which font is used by default */ export interface IUseFont { font: string; } //# sourceMappingURL=use-font.interface.d.ts.map