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