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