import type { ITextFontParams } from './interface'; export declare function getContextFont(text: Partial, defaultAttr?: Partial, fontSizeScale?: number): string;