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