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