///
declare const useEditor: () => {
onImageChanged: (file: File, renderImage: (imageUrl: string, altText: string) => any) => Promise;
isImageUploading: boolean;
setIsImageUploading: import("react").Dispatch>;
};
export default useEditor;
export declare const EditorHtmlStyle: import("@emotion/utils").SerializedStyles;