export declare const isStaticArrayTextElement: (element: HTMLElement) => boolean; export declare const injectFocusOutlineCSS: () => void; export declare const removeFocusOutlineCSS: () => void; export declare const selectText: (element: HTMLElement) => void; export declare const isEditableTextElement: (element: Element) => boolean; export declare const shouldEnterInlineEditingMode: (element: Element) => boolean; //# sourceMappingURL=dom-utils.d.ts.map