/**
 * Rich Text Editor classes defined here.
 */
/**
 * @hidden

 */
export declare const CLASS_IMAGE_RIGHT: string;
export declare const CLASS_IMAGE_LEFT: string;
export declare const CLASS_IMAGE_CENTER: string;
export declare const CLASS_VIDEO_RIGHT: string;
export declare const CLASS_VIDEO_LEFT: string;
export declare const CLASS_VIDEO_CENTER: string;
export declare const CLASS_IMAGE_BREAK: string;
export declare const CLASS_AUDIO_BREAK: string;
export declare const CLASS_VIDEO_BREAK: string;
export declare const CLASS_CAPTION: string;
export declare const CLASS_RTE_CAPTION: string;
export declare const CLASS_CAPTION_INLINE: string;
export declare const CLASS_IMAGE_INLINE: string;
export declare const CLASS_AUDIO_INLINE: string;
export declare const CLASS_CLICK_ELEM: string;
export declare const CLASS_VIDEO_CLICK_ELEM: string;
export declare const CLASS_AUDIO: string;
export declare const CLASS_VIDEO: string;
export declare const CLASS_AUDIO_WRAP: string;
export declare const CLASS_VIDEO_WRAP: string;
export declare const CLASS_EMBED_VIDEO_WRAP: string;
export declare const CLASS_AUDIO_FOCUS: string;
export declare const CLASS_VIDEO_FOCUS: string;
export declare const CLASS_VIDEO_INLINE: string;
