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