/**
 * 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[][];
};
