export namespace ellipsize { const whiteSpace: string; const overflow: string; const textOverflow: string; } export namespace underline { const textDecoration: string; const textDecorationSkip: string; }