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