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