/// export declare const defaultFont: { family: string; style: string; }; export declare function getMatchingFont(fontStr: string): Promise;