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