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