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