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