import { Style } from '../style'; export declare class Font extends Style { static matches: RegExp; static key: string; static unit: string; static colorful: boolean; order: number; }