import type { Components, JSX } from "../types/components"; interface RuxIconWbAuto extends Components.RuxIconWbAuto, HTMLElement {} export const RuxIconWbAuto: { prototype: RuxIconWbAuto; new (): RuxIconWbAuto; };