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