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