import { Formatter } from '@textbus/core';
import { FormatLoader } from '@textbus/platform-browser';
export declare const fontFamilyFormatter: Formatter<string>;
export declare const fontFamilyFormatLoader: FormatLoader<string>;
