export declare function convertFontFeaturesToString(features?: { [tag: string]: boolean | number; }): string | undefined;