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