/**
 * toolbar default configuration
 */
export declare const ngxEditorConfig: {
    editable: boolean;
    spellcheck: boolean;
    height: string;
    minHeight: string;
    width: string;
    minWidth: string;
    translate: string;
    enableToolbar: boolean;
    showToolbar: boolean;
    placeholder: string;
    imageEndPoint: string;
    toolbar: string[][];
};
/**
 * codemirror configuaration
 */
export declare const codeMirrorConfig: {
    lineNumbers: boolean;
    gutter: boolean;
    lineWrapping: boolean;
    mode: string;
    autofocus: boolean;
    htmlMode: boolean;
};
