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