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