import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare enum WORD_BREAK { NORMAL = "normal", BREAK_ALL = "break-all", KEEP_ALL = "keep-all" } export declare const wordBreak: IPropertyIdentValueDescriptor;