import { Observable } from 'rxjs'; import { ContentEditableElement } from '../../editors/base/contentEditableEditor'; import { Service } from '../base/service'; export declare type ContentEditableResetServiceOptions = { shouldPreventDefaultStyleKeyboardShortcuts?: boolean; }; export declare function createContentEditableResetService(element$: Observable, options?: ContentEditableResetServiceOptions): Service;