import type { Components, JSX } from "../types/components";

interface TaroOfficialAccountCore extends Components.TaroOfficialAccountCore, HTMLElement {}
export const TaroOfficialAccountCore: {
  prototype: TaroOfficialAccountCore;
  new (): TaroOfficialAccountCore;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
