declare class NgxEditorError extends Error {
    constructor(message: string);
}
export default NgxEditorError;
