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