import type { HugeRTE as HugeRTEGlobal } from 'hugerte'; declare const getHugeRTE: (view: Window) => HugeRTEGlobal | null; export { getHugeRTE };