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