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