export declare const MIN_ALLOWED_FONT_SIZE = 8;
export declare const MAX_ALLOWED_FONT_SIZE = 72;
export declare const DEFAULT_FONT_SIZE = 15;
