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