export declare function isEditableElement(element: Element): boolean; export declare function updateContent(element: Element, str: string): false | undefined;