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