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