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