import { Style } from '../style'; export declare class FontFamily extends Style { static matches: RegExp; static key: string; static values: { mono: string; sans: string; serif: string; }; }