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