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