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