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