import { IText } from './IText'; export declare function SetFont(font: string, ...text: IText[]): void; //# sourceMappingURL=SetFont.d.ts.map