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