/**
 * Enum values for EditorManager
 */
/**
 *

 * @hidden
 * Defines the context or contexts in which styles will be copied.
 */
export declare type IFormatPainterContext = 'Text' | 'List' | 'Table';
/**
 *

 * @hidden
 * Defines the action values for format painter.
 */
export declare type IFormatPainterActionValue = 'format-copy' | 'format-paste' | 'escape';
