declare module "aditorx" {
  export function initializeAditorX(
    element: HTMLElement,
    defaultValue?: string
  ): void;
}
