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