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