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